dev@glassfish.java.net

Looking up Tx manager in JNDI tree in GFv3

From: Potociar Marek <Marek.Potociar_at_Sun.COM>
Date: Mon, 03 Aug 2009 18:16:57 +0200

Hello,
in GFv2 Metro code relied on a fact that TransactionManager,
TransactionSynchronizationRegistry and UserTransaction instances were
bound to JNDI under following names:

java:appserver/TransactionManager
java:comp/TransactionSynchronizationRegistry
java:comp/UserTransaction

I want to make sure that this has not changed in Gfv3. If yes, what is
the proper way for obtaining these instances in Gfv3?

Many thanks,
Marek