RE: Rollback not happening

2003-07-09 Thread McCaffrey, John G.
:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 10:58 AM To: OJB Users List Subject: Re: Rollback not happening Hi, - Original Message - From: "McCaffrey, John G." <[EMAIL PROTECTED]> To: "'OJB Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, July

Re: Rollback not happening

2003-07-09 Thread Armin Waibel
Hi, - Original Message - From: "McCaffrey, John G." <[EMAIL PROTECTED]> To: "'OJB Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 5:19 PM Subject: RE: Rollback not happening > I do call persistanceBroker.abortTransacti

RE: Rollback not happening

2003-07-09 Thread McCaffrey, John G.
pooled database driver. Is there a known issue? thanks for your help -John -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 6:13 PM To: OJB Users List Subject: Re: Rollback not happening Hi, > I am using WebSphere transaction manager factory,

Re: Rollback not happening

2003-07-08 Thread Armin Waibel
Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 12:12 AM Subject: Rollback not happening > hmmm. I must be missing something, but I thought if I called > persistanceBroker.beginTransaction(); > persistanceBroker.store(brokerVO); > and if there was an ex

Re: Rollback not happening

2003-07-08 Thread cworley
John, Do you call broker.abortTransaction() ; when you catch the exception. -chris worley > hmmm. I must be missing something, but I thought if I called > persistanceBroker.beginTransaction(); > persistanceBroker.store(brokerVO); > and if there was an exception and persistanceBroker.commitTran

Rollback not happening

2003-07-08 Thread McCaffrey, John G.
hmmm. I must be missing something, but I thought if I called persistanceBroker.beginTransaction(); persistanceBroker.store(brokerVO); and if there was an exception and persistanceBroker.commitTransaction(); never gets called, then the data should not be in the database. I am storing a BrokerVO tha