Code Monkey home page Code Monkey logo

Comments (6)

guylabs avatar guylabs commented on August 25, 2024

Hi,

could you maybe provide the way how you call the SpringDataRestAdapter with all the parameters? Then I will try to reproduce it.

Thanks and regards,

Guy

from angular-spring-data-rest.

mlegnani avatar mlegnani commented on August 25, 2024

Hi Guy,
I have a service

getTsList : function() {
            var urlToCall = relativeUrl('/restdata/assets/15/tsList');
            var httpPromise = $http.get(urlToCall).success(function (response) {
                    self.response = angular.toJson(response, true);
            });
            return SpringDataRestAdapter.process(httpPromise);
        }

and then I call it in my controller:

self.reloadAssets = function(){
        assetManagementService.getTsList().then(
            function (processedResponse) {
                self.tsList = processedResponse._embeddedItems;
            },
            function(errResponse) {
                        console.error('Error retrieving list from server');
        }
        );
    };  

Please note that this code works perfectly when applied to other services.

Thanks a lot,
Massimo

from angular-spring-data-rest.

guylabs avatar guylabs commented on August 25, 2024

Hi Massimo,

in my sample app https://github.com/guylabs/angular-spring-data-rest-sample/blob/master/src/main/webapp/js/app.js#L32 I use the exact same code and there it works. Looks like it's something with the data as the exception says something about 15 and you have ids that have this value. I will create a test with your response data and hopefully I am able to reproduce it.

I also updated your comments to use the code blocks such that the code is more readable.

Thanks and regards,

Guy

from angular-spring-data-rest.

mlegnani avatar mlegnani commented on August 25, 2024

Thanks Guy, I tried to debug your code and I suppose the problem is that the id of the embedded asset object is treated like an embeded object and not ike a value.
Thanks,
Massimo

from angular-spring-data-rest.

guylabs avatar guylabs commented on August 25, 2024

Hi Massimo,

sorry for my late reply but I was on vacations and lately I hadn't the time to look into it. But I found the issue and fixed it right away. Can you please try it with the master and come back to me when it works?

Thanks and regards,

Guy

from angular-spring-data-rest.

guylabs avatar guylabs commented on August 25, 2024

Hi Massimo,

I will close the issue due to inactiviti. You can reopen it if it doesn't work for you.

Thanks and regards,

Guy

from angular-spring-data-rest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.