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