[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?
gavin.king@jboss.com
do-not-reply at jboss.com
Mon Oct 30 00:32:54 EST 2006
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
More information about the jboss-user
mailing list