RE: Transaction behaviour

2001-10-21 Thread Ampie Barnard
Title: RE: Transaction behaviour Orion's implementation is quite correct in returning a method result and not throwing any exceptions, in spite of your invocation of setRollbackOnly. Personally, I only call setRollBackOnly before (re-)throwing an application exception that should definitely

CMT and datasources

2001-10-16 Thread Ampie Barnard
Title: CMT and datasources Hi all How can I get an Oracle XA-datasource to work in Orion in such a way that it leverages Orion transaction management (CMT)? Here is my attempted datasources.xml. data-source class=oracle.jdbc.xa.client.OracleXADataSource name=DB location=jdbc/DBXASource

RE: Transaction management in BMP through Session bean

2001-07-06 Thread Ampie Barnard
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

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 interface