atomikos / transactions-essentials

Development repository for next major release of
https://www.atomikos.com/Main/TransactionsEssentials
Other
462 stars 139 forks source link

UserTransactionImp and J2eeUserTransaction with Tomcat #212

Closed MichalPalatinus closed 3 months ago

MichalPalatinus commented 3 months ago

Hello, could you please clarify what exactly is meant by J2EE in com.atomikos.icatch.jta.UserTransactionImp and com.atomikos.icatch.jta.J2eeUserTransaction? What features of J2EE must be considered here? We have a web application that we normally deploy on both Wildfly and Tomcat servers. On WF we do consider it a J2EE application. However Tomcat does not support full suite of J2EE services so we are not sure if it is safe to use UserTransactionImp or if we should use J2eeUserTransaction instead.

Thank you

GuyPardon commented 3 months ago

Hi,

The J2EE variant is different in that it does not try to startup the transaction core. The other implementation does.

For Tomcat we have a certified integration in our commercial version, a free trial is available if you are interested.

Guy