Advertisement
Guest User

Untitled

a guest
Mar 24th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Hibernate: select this_.id as id1_0_0_, this_.text as text2_0_0_ from CJ.city this_ order by this_.id asc
  2. мар 24, 2016 12:52:51 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl stop
  3. INFO: HHH10001008: Cleaning up connection pool [jdbc:oracle:thin:@192.168.0.11:1521:ORCL]
  4. Exception in thread "main" org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: objectsdb.cj.kz.City.piple, could not initialize proxy - no Session
  5. at org.hibernate.collection.internal.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:567)
  6. at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:205)
  7. at org.hibernate.collection.internal.AbstractPersistentCollection.readSize(AbstractPersistentCollection.java:146)
  8. at org.hibernate.collection.internal.PersistentSet.size(PersistentSet.java:143)
  9. at main.cj.kz.JMain.main(JMain.java:50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement