On 1/9/06, Zhong Li <[EMAIL PROTECTED]> wrote: > Our application runs for a few weeks, today I got exceptions, The strange > thing is, the application can query, delete and save, but not insert ( > create new Object). We use OJB 1.0.3. From exception, it seems run out of > connections. But question is why still can query, delete and save(exist > Object)?
This might be a timeout issue, e.g. all connections in the pool timed out. You might want to define a connection validation query in your connection pool definition, and add autoReconnect=true to your jdbc connection url (i.e. add it to the dbalias in the JCD). Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
