7 Replies Latest reply on Aug 7, 2009 11:55 AM by lvdberg

    QueueSession is null when scheduler runs

    baspet

      Recall from old forum:


      Hi,


      my stateless bean injects QueueSession, QueueSender.
      Code:


      @In QueueSender qSender;

      @In QueueSession qSession;



      I setup components.xml according to section 18.2.1 (Messaging in Seam) and everything works fine. The problem is that when my bean is been calling asynchronously (eg from a cron scheduled job) injection is lost and qSession, qSender are null.


      Thanks,
      V.


      pete.muir@jboss.org wrote:

      surely you need @In(create true) on those?



      Unfortunately, it didn't work.