https://issues.apache.org/bugzilla/show_bug.cgi?id=56586

--- Comment #2 from Craig Servin <[email protected]> ---
I am using postgresql and the problem originally showed up when the initSQL was
executing a set search_path and a rollback was triggered by the first
transaction.  To test/recreate the issue I did trigger the same problem with
DML( an insert into a temp table, which then is rolled back).

I was able to "fix" the issue in my case by adding a ";commit" to the end of my
actual initSQL, although this makes me nervous since you are supposed to use
the Connections commit() method when using JDBC.

That solution seamed a little bit hackish to me so I posted this ticket.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to