Tuesday, March 5, 2013

Re: NullPoniter when calling the DAO object (@Autowired) - GWT and Spring problem integration

I really don´t know... but now i have tried using this:

        <servlet-mapping>
<servlet-name>springGwtRemoteServiceServlet</servlet-name>
<url-pattern>/userConsole/GestionUserService</url-pattern>
</servlet-mapping>

and on my Service:

@RemoteServiceRelativePath("GestionUserService")

And i'm still getting the same error.


El martes, 5 de marzo de 2013 10:10:33 UTC+1, Thomas Broyer escribió:


On Tuesday, March 5, 2013 10:05:28 AM UTC+1, Borja Gonzalez wrote:
Hi, i have tried to use:

<servlet-mapping>
<servlet-name>springGwtRemoteServiceServlet</servlet-name>
<url-pattern>/GestionUserService/*</url-pattern>
</servlet-mapping>

or

<servlet-mapping>
<servlet-name>springGwtRemoteServiceServlet</servlet-name>
<url-pattern>/userConsole/GestionUserService/*</url-pattern>
</servlet-mapping>

And still the same error. I'll keep looking, but any kind of feedback, help or ideas are really apreciated!

Why did you add "/*" at the end of the url-mapping?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment