[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3774) java.lang.NoClassDefFoundError: net/sf/cglib/core/Predicate with hibernate 3.3.1

Julien Kronegg (JIRA) noreply at atlassian.com
Wed Mar 18 11:37:38 EDT 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32669#action_32669 ] 

Julien Kronegg commented on HHH-3774:
-------------------------------------

This is not a bug. You need to include the cglib.jar library in your classpath. See http://cglib.sourceforge.net/ 

> java.lang.NoClassDefFoundError: net/sf/cglib/core/Predicate with hibernate 3.3.1
> --------------------------------------------------------------------------------
>
>                 Key: HHH-3774
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3774
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.3.1
>            Reporter: Sabitha Gopal pandit
>            Priority: Critical
>
> i upgraded to hibernate 3.3.1 and get the following exception
> this is show stopper for my current work
> java.lang.NoClassDefFoundError: net/sf/cglib/core/Predicate at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at org.ddsteps.dataset.excel.ExcelDataTableAdapter.headerCellsIterator(ExcelDataTableAdapter.java:262) at org.ddsteps.dataset.excel.ExcelDataRowAdapter.iterator(ExcelDataRowAdapter.java:122) at org.ddsteps.dataset.decorator.DataRowDecorator.iterator(DataRowDecorator.java:57) at org.ddsteps.junit.behaviour.DdRowBehaviour.setUpData(DdRowBehaviour.java:181) at org.ddsteps.junit.behaviour.DdRowBehaviour.setUp(DdRowBehaviour.java:110) at org.ddsteps.DDStepsTestCase.setUp(DDStepsTestCase.java:123) at org.ddsteps.DDStepsTestCase.run(DDStepsTestCase.java:113) at org.ddsteps.junit.behaviour.DdMethodBehaviour.run(DdMethodBehaviour.java:102) at org.ddsteps.DDStepsTestCase.run(DDStepsTestCase.java:112)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the hibernate-issues mailing list