EDIT: This is solved but any other ideas are more than welcome
Hello,
I'm incorporating Spring Security into my application. My web.xml contains another contextConfigLocation called /WEB-INF/applicationContext-security.xml.
I have an existing xml configuration for my dispatcher
servlet: dispatcher-servlet.xml. This includes configuration for a few DAO service beans.
The "issue" is that some beans defined in the security configuration need to be injected with DAO/service beans.
This is where my knowledge of these bean containers and contexts gets sketchy so I ask what is the best way to do this?
Thanks,
Ed
N.B. Also posted at springsource.org but didn't get a reply.