0 Replies Latest reply on Aug 7, 2006 9:55 AM by kristof.devos

    EJB3.0+Quartz

    kristof.devos

      Hi,

      I have a quartz job witch is working fine, I deploy the mbean in my ear file. however I would like to access my session beans and my EJB3.0 persistence manager but when using the annotations @EJB or @PersistenceContext I only get a null object. It seems that the quartz job is running outside of the jboss context, is there any way to inject the session beans into the quartz job class??

      thx a lot

      grz

      K