Dear alls, Is it possible to use a Inject a DAO reference inside a class extending AuthorizingRealm ?
I've followed https://stackoverflow.com/questions/15605038/unable-to-inject-my-dao-in-a-custom-apache-shiro-authorizingrealm without success. JPA injection works but SimpleAuthenticationInfo in doGetAuthenticationInfo method always return ' token [org.apache.shiro.authc.UsernamePasswordToken - john,rememberMe=false] did not match the expected credentials" Shiro 1.3.2 in a JSF application, shiro works without JPA as expected Thanks Simeó Reig
