4 Replies Latest reply on Jul 12, 2011 4:24 AM by sverker.sverker.abrahamsson.com

    Injection with @Logger and @In not working after adding resteasy to project

    sverker.sverker.abrahamsson.com

      I have a project which use @Logger and @In annotations to inject instances into stateful session beans. It was working fine, until I added resteasy to the project. None of the SFSB's were touched at that point, but the Seam injection is no longer working. The EntityManager is injected though. Neither was ejb-jar.xml changed, the interceptors are still there.


      Is this issue related to Seam-RESTEasy and what can be done to solve it?