Results 1 to 3 of 3

Thread: Apache Shiro - Auto Wiring within a custom Realm

  1. #1
    Join Date
    May 2012
    Posts
    2

    Default 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.

  2. #2
    Join Date
    Jan 2006
    Posts
    22

    Default

    I have run into this same problem. If you solved this, please share the solution.
    Jiggy

  3. #3
    Join Date
    May 2012
    Posts
    2

    Default

    Quote Originally Posted by jmalkan View Post
    I have run into this same problem. If you solved this, please share the solution.
    Unfortunately I haven't had time to dig into the issue. This project was kind of a PoC that I was just messing around with. Likewise if you find anything, please do share.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •