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 different

DataSource and Transaction

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