This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 251492

Summary: org.hibernate.LazyInitializationException: illegal access to loading collection
Product: javaee Reporter: Chiana
Component: HibernateAssignee: Sergey Petrov <sj-nb>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216434
Attachments: stacktrace

Description Chiana 2015-03-30 06:57:46 UTC
Build: NetBeans IDE Dev (Build 201503280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
Chiana: Occured during debugging, this is an exception that was thrown inside the application, don't know why it leaked into the IDE




Stacktrace: 
org.hibernate.LazyInitializationException: illegal access to loading collection
   at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:366)
   at org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:111)
   at org.hibernate.collection.PersistentBag.toString(PersistentBag.java:506)
   at ent.EntityClasses.Service.firstThatIsRadTyp(Service.java:402)
   at ent.EntityClasses.Service.containsRadTyp(Service.java:412)
   at service.ServiceManager.servOrdsValueChanged(ServiceManager.java:469)
Comment 1 Chiana 2015-03-30 06:57:48 UTC
Created attachment 152914 [details]
stacktrace