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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...