Em Sun, 08 Mar 2009 18:09:29 -0300, manuel aldana <ald...@gmx.de> escreveu:

Exception constructing service 'RememberMeServices': Error invoking service builder method nu.localhost.tapestry5.springsecurity.services.SecurityModule.build(UserDetailsService, String) (at SecurityModule.java:303) (for service 'RememberMeServices'): No service implements the interface org.springframework.security.userdetails.UserDetailsService. It does not find the UserDetailsService implementation though I placed one inside <rootPackage>.services.internal. Does somebody know how tapestry spring-security plugin looks for the implementation?

It looks it up via Tapestry-IoC. Actually, this error messages is given by T-IoC, not Tapestry-Spring Security yourself. Just make sure you declare your UserDetailsService implementation as a service in your AppModule class (or any other Tapestry-IoC module).

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to