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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to