From: <leg...@at...> - 2003-09-17 12:15:54
|
The following issue has been updated: Updater: Clemens Robbenhaar (mailto:rob...@es...) Date: Wed, 17 Sep 2003 7:14 AM Changes: Attachment changed to demo.bat --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-341&page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-341 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-341 Summary: demo.sh uses wrong jar: lib/cglib.jar, not lib/cglib-asm.jar Type: Improvement Status: Unassigned Priority: Trivial Project: Hibernate2 Versions: 2.0.3 Assignee: Reporter: Clemens Robbenhaar Created: Wed, 17 Sep 2003 7:10 AM Updated: Wed, 17 Sep 2003 7:14 AM Description: The subject actually says all. when downloading hibernate-2.0.3.tar.gz and trying to run the "demo.sh" I get the error java.lang.NoClassDefFoundError: net/sf/cglib/KeyFactory The reason for this is that the "lib/cglib.jar has been renamed to "lib/cglib-asm.jar" in the CVS; the classpath in the script needs to be fixed to reflect this. The demo.bat is most propably affected, too, though I did not really try it. After fixing the classpath manually in my downloaded version, the demo runs. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |