Posts by Silas de Moraes • 3 points
1 post
-
0
votes1
answer98
viewsQ: Subproject dependency injection . jar
I have an app EJB who owns a lib jar as a dependency built for code reuse. My . jar has a class that has been annotated with @RequestScoped, and I need to retrieve it on my ejb. I’m using the…