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 241684 - ClassNotFoundException: org.hibernate.cache.spi.RegionFactory
Summary: ClassNotFoundException: org.hibernate.cache.spi.RegionFactory
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-11 10:37 UTC by Maksim Khramov
Modified: 2014-07-07 18:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207485


Attachments
stacktrace (3.28 KB, text/plain)
2014-02-11 10:37 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2014-02-11 10:37:40 UTC
Build: NetBeans IDE Dev (Build 201402100001)
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:
mkhramov: Execute HQL Query




Stacktrace: 
java.lang.ClassNotFoundException: org.hibernate.cache.spi.RegionFactory
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 Maksim Khramov 2014-02-11 10:37:42 UTC
Created attachment 145027 [details]
stacktrace
Comment 2 Sergey Petrov 2014-02-11 10:56:51 UTC
may be related to some special value in hibernate config related to caching may be (cache.spi.RegionFactory).
can't reproduce with simple default configuration.
Comment 3 Sergey Petrov 2014-07-07 18:42:14 UTC
If it's reproducible with some specific configuration, please provide sample hibernate cfg or/and sample project.