Re: DataSource and Transaction

2000-11-14 Thread Robert Krueger
At 08:42 14.11.00 , you wrote: >Hi! > >I have an orion-specific question about DataSources and transactions. >I have a session bean in which I start a UserTransaction: > >ut = context.getUserTransaction(); >ut.begin(); > ><.. stuff ..> > >ut.commit(); > >In the "sutff" section above I create diffe

DataSource and Transaction

2000-11-13 Thread Lars Borup Jensen
Hi!   I have an orion-specific question about DataSources and transactions. I have a session bean in which I start a UserTransaction:   ut = context.getUserTransaction(); ut.begin();   <.. stuff ..>   ut.commit();   In the "sutff" section above I create different entity-beans like user.create