users@glassfish.java.net

Re: Java EE 6 - context propagation in _at_Asynchronous ??

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Mon, 29 Jun 2009 10:57:35 -0700

Are you managing threads in addition to using EJB options?

thanks,
-marina

Felipe Gaúcho wrote:
> If I use @Asynchronous in the new Java EE api,
>
> if I have a transactional request, asynchronous, and the original
> request thread depends on sub-threads, how the original transaction
> behave ?
>
> if any children fail it fail ? it will wait for all asynchronous
> sub-threads ? for how long ?
>