You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/12/26 16:51:28 UTC

DO NOT REPLY [Bug 24966] - NullPointer with Oracle 9 driver

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24966

NullPointer with Oracle 9 driver

dirk.verbeeck@pandora.be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From dirk.verbeeck@pandora.be  2003-12-26 15:51 -------
Reversing the change would introduce other problems.
I have refactored the whole close() & passivate() methods in a way that they
don't call each other, this solves the whole problem.

Activate & passivate in Delegate*Statement are now just delegating methods with
no side effects. The real implementation of passivate is pushed down into the
passivate method of PoolablePreparedStatement where it belongs.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org