DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34896>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34896





------- Additional Comments From [EMAIL PROTECTED]  2007-02-07 20:58 -------
Created an attachment (id=19543)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19543&action=view)
Fix

Attached fix. From inspection, it's definitely a problem. 

The init() method is only called by the constructor and release(), so I've
deleted the init() method. All of its statements are in the constructor, and
two are then added to the release.

There is also a bug concerning the isolation once the Connection bug is fixed.
It won't get set back to the origIsolation but will always become
TRANSACTION_NONE. So I've fixed that by adding it to the doFinally() rather
than the release().

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to