Ok I did not used a shiro.ini file, however I created one and tried with
<bean id="myRealm" class="org.apache.shiro.realm.text.IniRealm">
<property name="resourcePath" value="classpath:META-INF/shiro.ini"/>
</bean>
I now can see by debugging that the resourcePath is correctly set but it
seems that it is not parsed since both users and rules are empty.
Can it be that I need to call onInit() myself?
Thanks for your hint some more thoughts?
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/Spring-TextConfigurationRealm-problems-tp6932391p6934694.html
Sent from the Shiro User mailing list archive at Nabble.com.