[
https://issues.apache.org/jira/browse/SHIRO-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598310#comment-13598310
]
Romain Manni-Bucau commented on SHIRO-422:
------------------------------------------
A fully typed solution can be a must have too
> Reference CDI Managed Beans from INI files
> ------------------------------------------
>
> Key: SHIRO-422
> URL: https://issues.apache.org/jira/browse/SHIRO-422
> Project: Shiro
> Issue Type: New Feature
> Components: Integration: JEE
> Affects Versions: 1.2.1
> Reporter: Harald Wellmann
> Fix For: 1.3.0
>
> Attachments: SHIRO-422.patch
>
>
> In Java EE 6, CDI is the default dependency mechanism, which is not currently
> integrated with Shiro's lightweight DI using INI files.
> Example:
> [main]
> myRealm = com.example.MyRealm
> securityManager.realms = $myRealm
> In the MyRealm class, it would be natural to @Inject a UserDAO, but this does
> not work, since the myRealm instance is directly created by Shiro and not
> managed by the CDI BeanManager.
> Requirement:
> Find a way to use CDI managed beans in INI files.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira