[jboss-user] [JBoss Seam] - QueueSession is null when scheduler runs

baspet do-not-reply at jboss.com
Fri Feb 8 10:27:24 EST 2008


Hi,

my stateless bean injects QueueSession, QueueSender. 

  | @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.




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127858#4127858

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127858



More information about the jboss-user mailing list