Posts by Diguinho • 7 points
1 post
-
-1
votes1
answer318
viewsQ: How to use CDI in Webservice?
I’m trying to inject a bean @Injection within a WebService, but the bean always stays null. Dependency injection is working in my project. When I use @Injection within a Managebean to a jsp page…