<bean id="myRealm" class="org.apache.shiro.realm.text.IniRealm">
<constructor-arg value="classpath:META-INF/shiro.ini"
type="java.lang.String"/>
</bean>As I thought the prior never got init(). Now I have it working. Cheers. :) -- View this message in context: http://shiro-user.582556.n2.nabble.com/Spring-TextConfigurationRealm-problems-tp6932391p6935713.html Sent from the Shiro User mailing list archive at Nabble.com.
