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 2004/04/27 11:22:53 UTC

DO NOT REPLY [Bug 28619] New: - GenericObjectPool: Swallowed Exception

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=28619>.
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=28619

GenericObjectPool: Swallowed Exception

           Summary: GenericObjectPool: Swallowed Exception
           Product: Commons
           Version: 1.1 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Pool
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: joe.schoepfer@swisscom.com


Unfortunately, the thrown Exceptions are not further thrown or packed into a 
new Exception in the method PoolableObjectFactory.validateObject() and 
PoolableObjectFactory.activateObject() at the GenericObjectPool.
In the method GenericObjectPool.borrowObject() these two methods are executed 
and at an error only a new NoSuchElementException is thrown.

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