Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am migrating a JPA application from Eclipselink to hibernate so I can use the Hibernate Criteria API and Hibernate Search.

Unfortunately occasionaly the code throw the above metioned exception even though it has not changed on the JPA provider has changed. The Error is also very random

Does anyone know what could be causing this. The main messages in the stacktrace are as stated below

org.hibernate.exception.GenericJDBCException: could not initialize a collection: [com.farent.solutions.gateway.ui.data.User.permissions#17]

Then this as the cause Caused by: java.sql.SQLException: Connection closed at com.sun.gjc.spi.base.ConnectionHolder.checkValidity(ConnectionHolder.java:703)

share|improve this question
Can you post the full stacktrace? – Jim Tough Dec 8 '10 at 16:38
@Jim: the last cause is clear: he's keeping the connection too long open. – BalusC Dec 8 '10 at 16:43
Right. I didn't notice that one. – Jim Tough Dec 8 '10 at 16:48
Note that EclipseLink supports the JPA 2.0 Criteria API, as well as EclipseLink Expression that are the same thing. – James Dec 9 '10 at 14:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.