You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error when querying through the SubjectResource:
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.radarbase.management.domain.Project.groups, could not initialize proxy - no Session
at org.hibernate.collection.internal.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:614)
at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:218)
at org.hibernate.collection.internal.AbstractPersistentCollection.readSize(AbstractPersistentCollection.java:162)
at org.hibernate.collection.internal.PersistentSet.size(PersistentSet.java:168)
at org.radarbase.management.service.mapper.ProjectMapperImpl_.groupSetToGroupDTOSet(ProjectMapperImpl_.java:203)
The text was updated successfully, but these errors were encountered:
Getting this error when querying through the
SubjectResource
:The text was updated successfully, but these errors were encountered: