[
https://issues.apache.org/jira/browse/SHIRO-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034062#comment-13034062
]
manthos commented on SHIRO-223:
-------------------------------
until solved you can manually add init-method into spring config
<bean class="org.apache.shiro.realm.text.TextConfigurationRealm"
init-method="processDefinitions">
....
</bean>
> TextConfigurationRealm does not initialize [patch included]
> -----------------------------------------------------------
>
> Key: SHIRO-223
> URL: https://issues.apache.org/jira/browse/SHIRO-223
> Project: Shiro
> Issue Type: Bug
> Components: Integration: Spring
> Affects Versions: 1.1.0
> Reporter: manthos
> Priority: Minor
> Attachments: TextConfigurationRealm.patch
>
>
> Since TextConfigurationRealm is not abstract and fully functional it can be
> used in a spring enviroment, initialized by LifecycleBeanPostProcessor.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira