The spring configuration needs to be changed from a class based one to beeing fully xml configured. This allows a more easy way to change bean implementations from the outside of the application.
Changed configuration to allow both xml and java based settings.
Micha please test whether the xml configuration works as well as the java kind.
You could simply use the UserManager Bean and configure it once by XML (currently checked in that way) and once by Java class bean annotation.
Both should work after restarting the application.
Log in to post a comment.
Changed configuration to allow both xml and java based settings.
Micha please test whether the xml configuration works as well as the java kind.
You could simply use the UserManager Bean and configure it once by XML (currently checked in that way) and once by Java class bean annotation.
Both should work after restarting the application.