org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.cenqua.crucible.model.CrucibleRevision.otherDetails, no session or session was closed
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via atlassian.com by Unknown author, 1 year ago
via atlassian.com by Unknown author, 1 year ago
via Stack Overflow by Scott
, 2 years agovia efreedom.net by Unknown author, 2 years ago
via wordpress.com by Unknown author, 2 years ago
via wordpress.com by Unknown author, 1 year ago
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.cenqua.crucible.model.CrucibleRevision.otherDetails, no session or session was closed
at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:383)
at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:375)
at org.hibernate.collection.AbstractPersistentCollection.readElementByIndex(AbstractPersistentCollection.java:176)
at org.hibernate.collection.PersistentMap.get(PersistentMap.java:169)
at com.cenqua.crucible.model.CrucibleRevision$DetailsMap.get(CrucibleRevision.java:679)
at com.cenqua.crucible.model.CrucibleRevision$DetailsMap.get(CrucibleRevision.java:607)
at com.cenqua.crucible.model.CrucibleRevision.getDetail(CrucibleRevision.java:428)
at com.cenqua.crucible.view.FRXDO.isDiffable(FRXDO.java:786)