Hi,
Currently I can access the TransactionManager using:
- ctx.lookup("java:comp/TransactionManager")
- org.apache.openejb.OpenEJB.getTransactionManager()
Unfortunately I have third party component that needs to access the
TransactionManager by invoking ctx.lookup("java:/TransactionManager").
Is there a configuration way of achieving this (java:/TransactionManager)?
Thanks a lot,
Violeta
