I read this topic (https://blogs.oracle.com/theaquarium/entry/jta_1_2_it_s) talk about JTA 1.2 can be used without EJB. So i would like to know if is possible use JTA 1.2 only with CDI within TOMCAT 7 (or lastest version).
Today i'm using DeltaSpike to control my transactions but i would like to change and start using JTA 1.2, because i need "REQUIRES_NEW, SUPPORT and others" that deltaSpike don't have.
Can i use JTA 1.2 without a Server Application like Jboss, Glassfish, TomEE ?