On Sep 4, 2008, at 10:33 AM, David Blevins wrote:
Hi Andreas,
We could probably hook that up. If you want a temporary workaround
you could create the UserTransaction yourself like so:
UserTransaction utx = new
org.apache.openejb.core.CoreUserTransaction(null);
Shouldn't be too difficult to get the JNDI lookup in there, but it
will probably be next week before I can get to it.
Got this hooked up for you. Now a local client can lookup any of
these three:
context.lookup("java:comp/TransactionManager")
context.lookup("java:comp/UserTransaction")
context.lookup("java:comp/TransactionSynchronizationRegistry")
Published new 3.1-SNAPSHOT jars to the people.apache.org maven repo if
you'd like to give it a try.
-David