Re: FW: Please help

2008-06-20 Thread Karan Malhi
If you restart openejb, does that error go away? Are you trying to run a unit test/s? Could you share that code please. It seems to be a File locking issue with the Logger. On Thu, Jun 19, 2008 at 2:44 PM, Lavanya Danda [EMAIL PROTECTED] wrote: -Original Message- From: Lavanya Danda

Re: FW: Please help

2008-06-20 Thread Karan Malhi
Okay, Try one more thing. Replace your code in the test with this Properties p = new Properties();p.put(java.naming.factory.initial, org.apache.openejb.client.LocalInitialContextFactory); InitialContext ctx = new InitialContext( p ); You might need some extra jars in the

Re: DataSource configuration for production

2008-06-20 Thread David Blevins
On Jun 19, 2008, at 9:14 AM, jfjames wrote: We've run our tests and check your fix. All is OK, there is no more connection leaks without or without evictor. Thank you very much. Great! We'll roll up another DBCP binary for the upcoming 3.0.1 release. -David jfjames wrote: Thank you