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 201897 - Hibernate versioning problem: [71cat] ClassNotFoundException: com.mchange.v2.c3p0.DataSources
Summary: Hibernate versioning problem: [71cat] ClassNotFoundException: com.mchange.v2....
Status: RESOLVED DUPLICATE of bug 194198
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-09 15:28 UTC by jungmat
Modified: 2011-11-05 08:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181047


Attachments
stacktrace (6.01 KB, text/plain)
2011-09-09 15:28 UTC, jungmat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jungmat 2011-09-09 15:28:44 UTC
Build: NetBeans IDE Dev (Build 201109080600)
VM: Java HotSpot(TM) Client VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Linux

User Comments:
jungmat: create a test query in HQL Query window




Stacktrace: 
java.lang.ClassNotFoundException: com.mchange.v2.c3p0.DataSources
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Comment 1 jungmat 2011-09-09 15:28:48 UTC
Created attachment 110574 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-11-04 13:05:21 UTC
Log shows modules from different versions. Probably the hibernate module could improve its versioning a bit to prevent this in future.
Comment 3 Sergey Petrov 2011-11-05 08:39:44 UTC

*** This bug has been marked as a duplicate of bug 194198 ***