Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:maven 1.0.2
-
Number of attachments :
Description
May want to support more features of the hibernate-mapping. specifically conform to
<!ELEMENT hibernate-mapping (meta*, import*, (class|subclass|joined-subclass), query, sql-query*)>
As of now only class is supported. I added pseudo support for the others. A hack, but it should work. see MappingsAggregatorBean.java around line 84
attatched file should fix. Note i attatched the project.xml file as well because I was required to make modifications to the cglib version, and add an asm version so that schema-export would work correctly. Tell me if I am missing someting.