Re: Transactions in client code

2000-04-18 Thread Karl Avedal
; Robert Hargreaves > > PS Also does anyone know of a class or utility that gives you a list of > names bound to a particular JNDI context? > > > -Original Message- > > From: Robert Krger [mailto:[EMAIL PROTECTED]] > > Sent: 17 April 2000 07:55 > > To: Ori

RE: Transactions in client code

2000-04-18 Thread David Elliott
t; + ncPair.getClassName()); } Cheers, Dave Elliot -Original Message- From: Robert Hargreaves [mailto:[EMAIL PROTECTED]] Sent: 18 April 2000 09:28 To: Orion-Interest Subject: RE: Transactions in client code This never works on my setup. Maybe I'm doing wrong.

RE: Transactions in client code

2000-04-18 Thread Robert Hargreaves
PS Also does anyone know of a class or utility that gives you a list of names bound to a particular JNDI context? > -Original Message- > From: Robert Krger [mailto:[EMAIL PROTECTED]] > Sent: 17 April 2000 07:55 > To: Orion-Interest > Subject: Re: Transactions in client code >

Re: Transactions in client code

2000-04-17 Thread Robert Krüger
just like in any J2EE implementation: Context initialContext = new InitialContext(); userTransaction = (UserTransaction)initialContext.lookup("java:comp/UserTransaction"); robert At 09:40 17.02.00 , Vlad Petric wrote: > > Is it possible to have a transaction in