atomikos/transactions-essentials

UserTransactionImp and J2eeUserTransaction with Tomcat

MichalPalatinus opened this issue · 1 comments

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

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