Check www.orionserver.com, under the FAQ link:

How do I get a reference to the TransactionManager?


       import javax.naming.*;
       import javax.transaction.*;
       ...
       TransactionManager manager = (TransactionManager)new
InitialContext().lookup("java:comp/UserTransaction");

Jeff Hubbach

Phan Anh Tran wrote:

> With orion, Is it possible to look up a user transaction outside an
> EJB (a stand-alone app for example)?  Thanks

--
Jeff Hubbach
Internet Developer
New Media Designs, Inc.
www.nmd.com




Reply via email to