RE: Transaction management in BMP through Session bean

2001-07-06 Thread Ampie Barnard
? -Original Message- From: Ampie Barnard Sent: 06 July 2001 02:19 To: 'Orion-Interest' Subject: RE: Transaction management in BMP through Session bean Your JDBC drivers have to be JTA/JTS enabled. JTA enabled drivers would have some implementation of the javax.transaction.Synchronization

RE: Transaction management in BMP through Session bean

2001-07-06 Thread Ampie Barnard
uch good buddies nowadays, does anyone know if and when there would be Oracle jdbc drivers that would be JTA enabled in Orion? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 06 July 2001 11:50 To: Orion-Interest Subject: Transaction management in BMP through Sessi

Transaction management in BMP through Session bean

2001-07-06 Thread aby
In a BMP, if we throw an EJBException all the changes would be rolled back by the container, right? Or do we have to write code to do that? I was reading through your reply in the list and I have a doubt regarding something regarding transaction handling in BMP entity beans. I am using the entit