[JBoss-user] managed transaction problem

2003-04-01 Thread David Ward
Hello, all. I'm having transaction trouble with jboss-3.0.6/jetty, jdk 1.4.1_02 and Oracle 9i w/ojdbc14.jar. Please see the ASCII-art diagram below (hopefully it will line up for everyone). Client | (1) | V SLSB--(2)--[Oracle] |^ (3) | |

RE: [JBoss-user] managed transaction problem

2003-04-01 Thread Igor Fedorenko
resources after all other resources enlisted into the transaction, but this would be a real, real hack. -Original Message- From: David Ward [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 3:00 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [JBoss-user] managed

Re: [JBoss-user] managed transaction problem

2003-04-01 Thread Gaetan Zoritchak
If you use a CMP to insert your data in the database you will be able to do the insertion in a new Tx ( Requires New ). When the SLSB will send its message the commit will already be done. -- Gaetan Zoritchak Bright Side Factory http://www.bs-factory.com David Ward wrote: Hello, all. I'm

RE: [JBoss-user] managed transaction problem

2003-04-01 Thread Igor Fedorenko
This would defy transaction atomicy -- you could get data without corresponding JMS notification. -Original Message- From: Gaetan Zoritchak [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 4:11 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] managed transaction problem

Re: [JBoss-user] managed transaction problem

2003-04-01 Thread Gaetan Zoritchak
: [JBoss-user] managed transaction problem If you use a CMP to insert your data in the database you will be able to do the insertion in a new Tx ( Requires New ). When the SLSB will send its message the commit will already be done. -- Gaetan Zoritchak Bright Side Factory http://www.bs-factory.com