ejbStore and Transactions

2001-08-06 Thread Kishore Atigre
Can anyone tell me whats happening in the following scenario Session Bean A has transaction attribute set as 'Required' for all the methods except for method f2 which has the attribute 'RequiresNew'.Method f1 calls f2. and f2 calls another Entity Bean B which updates some data.The TX attribute

Re: Shutting down orion server!

2001-07-20 Thread Kishore Atigre
See the options available in java -jar admin.jar - Kishor Rajiv R [EMAIL PROTECTED] on 07/20/2001 09:19:50 AM Please respond to Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] cc:(bcc: Kishore Atigre) Subject: Shutting down orion server! Having started

Re: EJB, JDBC and transactions

2001-07-19 Thread Kishore Atigre
- Kishor Mikael St åldal [EMAIL PROTECTED] on 07/19/2001 10:48:49 AM Please respond to Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] cc:(bcc: Kishore Atigre) Subject: EJB, JDBC and transactions Can I use container managed transactions in EJB:s which