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 ?
>