1 Reply Latest reply on Jun 28, 2013 3:34 AM by mkouba

    Producer Methods and Servlet Filter Injection

      Hi guys,

       

       

      Suppose that i have class in a jar that does not contain any @Inject or any CDI annotation but have some setter methods. Is there any way to make this class instances managed aside from producer methods?

       

      The other question is whether constructer injection working with servlet filters? Because i could not make it work. In the mean time container is tomcat.