0 Replies Latest reply on Jun 20, 2012 4:46 PM by ngarrache

    @inject WebServiceContext

    ngarrache

      Hi,

       

      Since the WebServiceContext is a resource, I tried to inject it into an SLSB webservice by writing a producer field and then using @inject.

      That didn't work. It seems like the WebServiceContext is related to the ThreadLocal however the instance containning the producer field will not access that.

       

      Is there someone who tried that?

       

      Please note, that using @Resource (without CDI) everything works. Also, by putting the producer field inside my webservice the @inject works (of course that couldn't be the solution )

       

      Thx