Re: [JBoss-user] Obtaining UserTransaction from within servlet

2001-04-30 Thread Ole Husgaard
Hi, UserTransaction support for stand-alone clients was just recently added to CVS. You may have to grap the latest CVS sources if you need this now. When you have it, a simple lookup of "UserTransaction" will do. Best Regards, Ole Husgaard. Ed Swierk wrote: > > I need to start a transacti

[JBoss-user] Obtaining UserTransaction from within servlet

2001-04-30 Thread Ed Swierk
I need to start a transaction from within a servlet, make one or more calls to entity beans, and then commit the transaction. However I can't seem to find a way to obtain a UserTransaction object using the normal JNDI name, "java:comp/UserTransaction". Browsing the namespace with JNDIView shows