dev@glassfish.java.net

[V3] Now available: UserTransaction with 1 non-XA JDBC resource

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Mon, 03 Mar 2008 14:15:14 -0800

Support for the the UserTransaction is checked in.

You can try it with the following limitations:
1. Only a single non-XA resource is currently supported.

2. UserTransaction can be looked up by a temporary name "UserTransaction"
("java:comp" and injection support are coming very soon).

3. You need to change <transaction-support> setting from NoTransaction to
LocalTransaction (and restart the server) in these 2 files:
   lib/install/applications/__cp_jdbc_ra/META-INF/ra.xml
   lib/install/applications/__ds_jdbc_ra/META-INF/ra.xml
(This extra step should also go away very soon).

Let me and Jagadish know if you see any problems (or file them as bugs in V3).

Regards,
-marina