[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Unstable database connection causes EL to deadlock

You can use an ExceptionHandler in the EclipseLink Session to handle connection issues, but EclipseLink should attempt to connect automatically if the connection is lost (on a database failure you should see EclipseLink pinging the database, then trying to reconnect). You can also set a timeout on queries, and your JDBC driver may have other timeout settings.

But in general, you might need to fix your network issues.

---
James
http://www.nabble.com/EclipseLink---Users-f26658.html