The problem is that you are calling the @Asynchronous method from another 
method of the class. Calls to this do not get intercepted by the EJB container 
(or by Seam). You need to call the method from another component if you want it 
to be processed asynchronously.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981653
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to