Advertisement
Guest User

Untitled

a guest
Jan 7th, 2013
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.openmrs.Location.childLocations, no session or session was closed
  2. org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:383)
  3. org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:375)
  4. org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:368)
  5. org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:111)
  6. org.hibernate.collection.PersistentSet.iterator(PersistentSet.java:186)
  7. org.openmrs.module.appointment.api.impl.AppointmentServiceImpl.getAllLocationDescendants(AppointmentServiceImpl.java:518)
  8. org.openmrs.module.appointment.api.impl.AppointmentServiceImpl.getAppointmentsByConstraints(AppointmentServiceImpl.java:537)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement