wunmiji opened a new issue, #1091:
URL: https://github.com/apache/shiro/issues/1091

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/shiro/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Question
   
   Please I like Apache Shiro 
   How can I inject my EmployeeDAO inside a custom AuthorizingRealm?
   I have tried it am getting null.
   Am using Jakarta EE 10.
   
   This is part of my pom.xml
   ```
   <dependency>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-core</artifactId>
         <classifier>jakarta</classifier>
    </dependency>
   
   <dependency>
        <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-web</artifactId>
         <classifier>jakarta</classifier>
   </dependency>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to