?
-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
Your JDBC drivers have to be JTA/JTS enabled. JTA enabled drivers would have
some implementation of the javax.transaction.Synchronization interface which
would somehow be registered with Orion's implementation
javax.transaction.TransactionManager. Exactly how this works is container
and driver spe