Description
The Java Transaction API standard (JTA) had a new version 1.3 released: JTA 1.3
Th only change appears to be the removal of the javax.transaction.xa package. Since this package does not appear to be used in JDO, migration to JTA 1.3 should be straight forward.
From the spec:
B.1
Changes for Version 1.3
• Remove the
javax.transaction.xa
types as they have been subsumed by
Java SE.