[jboss-user] [JBoss Seam] - Re: Quartz question

michael.yuan@jboss.com do-not-reply at jboss.com
Mon Aug 20 12:26:26 EDT 2007


I am back from vacation! :) Well, I think the issue here is that there is no notion of "conversation" in an asynchronous method. Once started, the async method is invoked automatically without user intervention -- the user might be long gone when the method is invoked. So, the user session / conversation (or any JSF state) is not propagated into the method. Similarly, the outcome of the asyn method is not rendered to JSF pages.

My guess is that you will need to use the regular JavaMail API to send out email from the async method.

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

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



More information about the jboss-user mailing list