Hi all, I am having a weird problem with Tapestry-Spring-Security. I am using tapestry-spring-security 5.0, When i am trying to Inject AuthenticationManager(org.springframework.security.authentication.AuthenticationManager) in a tapestry page it works fine , when i am trying to Autowire the same AuthenticationManager in another JAVA class i am getting an exception saying there is no bean qualified to autowire. I am using Tapestry with Spring Boot. I would appreciate if i get a solution for this problem
Thanks Krishna Kanth Abburi.