yep I think so. (We don't have a test case for 'join()'. Please let me know if you detect side effects)
regards, Armin ----- Original Message ----- From: "Joerg Lensing" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 8:54 AM Subject: Re: abort transaction causes TransactionNotInProgressException > Joerg Lensing schrieb: > > > hi armin, > > i think my problem is, that "LocalTxManager.getCurrentTransaction()" > > doesn't succed, because the > > transaction is registred to different thread > > (----tx_table.get(Thread.currentThread())---) . I'm using struts > > and the transaction is saved to the session. when the thread (here: > > the key used for tx_table)changes, the transaction > > can't be found. > > What is the correct handling? > > > > joerg > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > hi armin, > i get it to work now. before commit()/checkpoint()/abort() i call > transaction.join(). > is this the right way? > > joerg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
