From: Wolfgang M. <wol...@ex...> - 2010-02-02 10:58:06
|
Found it. The issue was introduced by rev 11074 on January 24. The code acquires a DBBroker instance without releasing it afterwards (this is a fatal violation of the internal API). Please remember that the *only* way to call BrokerPool.get() should be within a try-finally with a call to BrokerPool.release() in the finally clause. Wolfgang |