Hi! I'm developing an application with appFuse but I've problems to redefine the beans of the applicationContext of the appfuse library to make a new security.xml.
- UserDao - UserDaoHibernate I want to change the configuration of ``security.xml``: <authentication-provider user-service-ref="newUserDao"> <password-encoder ref="passwordEncoder"/> </authentication-provider> In which newUserDao is the new to authenticate to pass login. Another question is where are defined the security beans of the package of spring.security? The final question is: How can I redefine de security authentication of the appFuse library (User, UserDao, UserDaoHibernate) to make a new one in my project(NewUser, NewUserDao, NewUserDaoHibernate... these are created and defined in spring context now with his extensions and necesary implementations from UserDetails...) Thanks -- View this message in context: http://www.nabble.com/appFuse-spring-security-tp22779195s2369p22779195.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net