Hello, In my struts2 Action Class I inject Spring service. And I want to apply shiro security checking over the method . So I use @RequiresAuthentication over the method. After that I can't get the value of service injected by string annotaion(@Autowired). It becomes null.
I referenced the shiro documentation for spring integration. So my question is shiro annotation can use together with srping annotation in struts2 action class? -- View this message in context: http://shiro-user.582556.n2.nabble.com/Spring-Autowired-annotation-is-not-working-anymore-after-use-shiro-Annotation-RequiresAuthenticationd-tp7578849.html Sent from the Shiro User mailing list archive at Nabble.com.
