Re: Injecting EJB into Rest Exception Handler

2015-11-15 Thread Romain Manni-Bucau
Do you have "Can't use CDI to create provider" in the logs? Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2015-11-15 22:29 GMT-08:00 Rentius : > Hi Romain > > Thank you for the reply. > > So what you are saying is that my implementation should work? But in my case > it

Re: Injecting EJB into Rest Exception Handler

2015-11-15 Thread Rentius
Hi Romain Thank you for the reply. So what you are saying is that my implementation should work? But in my case it isn't working. In the same project I have CDI activated as I'm injecting EJB's into other EJB's using @Inject and it is working. How would you recommend I implement the injection in