Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I got "class not found" errors when running schema export commands
until I found out that Hibernate wants to access the cglib which is
not in the project.xml descriptor of the plugin.
I use the cglib-all-2.0.2.jar directly from sf.net which needs uploading
to ibiblio.org
The attached patch adds the dependency to the plugin.
Please apply.
I used a slightly different cglib jar that was already uploaded to ibiblio. The unit test test-hibernate-schema-export seems to work cleanly.