Hi,

You might find this of interest. The JDO project recently updated our jta dependencies.


     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
-            <version>1.0</version>
+            <groupId>javax.transaction</groupId>
+            <artifactId>transaction-api</artifactId>
+            <version>1.1</version>
         </dependency>
     </dependencies>

This is the official JTA 1.1 jar that is available at the java.net repository.

The library was compiled with JDK 1.3 so it can be used with any of the openjpa libraries.

Craig Russell
[EMAIL PROTECTED] http://db.apache.org/jdo


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to