[
https://issues.apache.org/jira/browse/SHIRO-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Demers resolved SHIRO-422.
--------------------------------
Resolution: Duplicate
Fix Version/s: (was: 1.3.0)
Pull request in SHIRO-337 contains this patch.
> 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
> Labels: patch, patch-with-test
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)