Apache Shiro - Auto Wiring within a custom Realm
This is my first time posting here! I have a question regarding how dependencies are wired up. I am attempting to use Apache Shiro for my Spring MVC application. I am also using Spring Data with MongoDB. The problem I am running into is when my custom realm for Shiro is being created through the container, none of the other dependencies have been set up yet. I am assuming this is because the Shiro filter is using a BeanFactory class?
For more information (including code and configuration) see my question on stack overflow:
http://stackoverflow.com/questions/1...d-apache-shiro
Any help is greatly appreciated.