Hi,

OK now I have discovered a new txn-related problem: Jonas is apparently
leaking transaction objects on Sybase ASE. I am now using
client-demarcated txns for all operations.

Is there something I'm doing wrong? A pile of "$chained_transaction"
objects accumulate in the Sybase server, all showing the transaction
state "begun". I've checked carefully and I'm pretty sure I'm committing
all my JTA txns.

This is a problem because each "$chained_transaction" object has one or
more DBMS connections attached to it, and because these connections are
attached to unfinished txns, they never get released.

Any ideas?
Joe


----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to