Hi there,
I'm a bit confused how the connection release mode for jta works with transactions.
We are using jta with c3po. The JtaSessionContext has connection release mode as after_statement. But the what-am-i-missing-here problem is we have a bunch of statements in a transaction, after each statement the connection goes back to the c3p0 which calls rollback on my still open transaction, which I intended excecuting more statements in.
Huh? I must be missing something fundamental here...
cheers
Colin.
|