Try printing out the location from the ProtectionDomain's CodeSource of one of the classes in pool.
On Thursday, September 5, 2013, Phil Steitz wrote: > On 9/5/13 9:58 AM, Programmer wrote: > > Thanks for the reply guys. > > > > I use 1.6 JAR in my classpath. Is there anyway I can verify the 'when > > exhausted action' at run time? > > As Mark said, based on the line numbers in the stack trace, it is > pretty certain that you are in fact running 1.3. Moreover, the > exhausted action *must* be block to get to the line where the thread > in the trace is waiting. > > Phil > > > > > > > > -- > > View this message in context: > http://apache-commons.680414.n4.nabble.com/Apache-Commons-Pool-performance-issue-tp4653614p4653619.html > > Sent from the Commons - User mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected]<javascript:;> > > For additional commands, e-mail: [email protected]<javascript:;> > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] <javascript:;> > For additional commands, e-mail: [email protected]<javascript:;> > >
