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 - org.hibernate.LazyInitializationException: illegal access to loading collection
Summary: org.hibernate.LazyInitializationException: illegal access to loading collection
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 06:57 UTC by Chiana
Modified: 2015-04-02 16:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216434


Attachments
stacktrace (5.90 KB, text/plain)
2015-03-30 06:57 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
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