Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakarta.ee-community] A Composable Platform Over Profiles

Hi,

On Thu, May 3, 2018 at 4:13 PM, Richard Monson-Haefel <rmonson@xxxxxxxxxxxxx> wrote:
+1 on moving transaction and other EJB added-value, must-have features to a CDI conformant archtecture.  Although I don’t know if CDI itself needs to include XA transations, an XA Transaction profile that depends on CDI for Jakarta EE is a good posibility. 

CDI itself should absolutely not include XA transactions, but it doesn't need to.

The JTA spec has defined a CDI compatible @TransactionalScope context and a CDI compatible @Transactional interceptor.

Kind regards,
Arjan








Back to the top