dev@glassfish.java.net

state.isBusy() : false

From: Roman Pokhodzhai <rpohod_at_gmail.com>
Date: Wed, 26 Aug 2009 16:02:38 +0300

Greetings,

I've encountered IllegalStateException("state.isBusy() : false")
exception(AbstractResourcePool.resourceClosed)

It happens when ResourceHandle,state.busy == true. Seems ResourceHandle is
not thread safe but I can't find the source of the problem.

Have anybody any idea about it?