hi group! yesterday i started some work on the client / server (servlet) implementation (using ojb 0.9.7): 1. i made compression configurable (for PersistenceBrokerClient and PersistenceBrokerServlet) 2. i found the reason for crashes on the server: when the number of PB's in a pool is reached, the PB's are getting closed. in the end, this method caused PersistenceBrokerImpl.releaseAllResources() to be called. but as the borker is still in the pool, it will be reused, and that causes the crash.
has anyone a idea for a solution, that works in client and server mode? juergen -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
