users@jax-rs-spec.java.net

[jax-rs-spec users] [jsr339-experts] Re: Transactions, EJBs and AsyncResponse

From: Markus KARG <markus_at_headcrashing.eu>
Date: Sat, 20 Oct 2012 19:54:18 +0200

This would be out of scope of JAX-RS as it is already defined by the EJB
spec.

> -----Original Message-----
> From: Jan Algermissen [mailto:jan.algermissen_at_nordsc.com]
> Sent: Samstag, 20. Oktober 2012 18:10
> To: jsr339-experts_at_jax-rs-spec.java.net
> Subject: [jsr339-experts] Transactions, EJBs and AsyncResponse
>
> In 7.3 the spec points out the use of @Asynchronous.
>
> I wonder whether it would ne nice to also point out that the default
> transaction type of @Asynchronous is to run the annotated method in the
> same transaction and that requiring a new transaction for the given
> scenarios is required to really detach the response creation.
>
> Might spare some folks some extra debugging work :-)
>
> Jan