Page 2 of 2 FirstFirst 12
Results 11 to 11 of 11

Thread: NoSuchBeanDefinitionException with spring and gwt (requestFactory)

  1. #11
    Join Date
    Apr 2008
    Location
    spain
    Posts
    21

    Default

    Quote Originally Posted by Marten Deinum View Post
    I'm not that familair with GWT but one thing I noticed is that you are trying to get the AccountServiceImpl whereas you should get the interface (due to proxy creation for instance).

    Also make sure that everything is deployed correctly (you probably want to enable debug logging for spring to see which beans are registered at startup).

    you mean in the AccountRequest interface?

    i already tester with the interface, i will test it again after the work

    in the gwt documentation: https://developers.google.com/web-to...RequestFactory, it use the class...
    Last edited by collinm; Aug 17th, 2012 at 02:07 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •