Hello,

> -----Ursprüngliche Nachricht-----
> Von: dineshk <dinesh143...@yahoo.com.INVALID>
> Gesendet: Donnerstag, 15. Dezember 2022 06:19
> An: Tomcat Users List <users@tomcat.apache.org>
> Betreff: JTA transactions support in Tomcat 9 !!
> 
> Hi ,
> Could anybody provide the information if JTA transactions are supported or not
> in Tomcat 9.X. If not , is there any way to achieve the JTA transactions ? We 
> are
> using hibernate for our persistence layer. RegardsDinesh

JTA is part of Jakarta EE / Java EE. 
This is not a part Tomcat covers. You need to use Hibernate or Eclipselink 
which implements this standard.
Only the version must match to Tomcat. Like for Jakarta EE you need Tomcat 10 
or above.
This site should answer your question:
https://tomcat.apache.org/whichversion.html

Greetings,
Thomas

Reply via email to