You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brian Cochran (JIRA)" <ji...@codehaus.org> on 2005/07/20 21:02:57 UTC

[jira] Created: (MPHIBERNATE-17) Support query tag in aggregate-mappings

Support query tag in aggregate-mappings
---------------------------------------

         Key: MPHIBERNATE-17
         URL: http://jira.codehaus.org/browse/MPHIBERNATE-17
     Project: maven-hibernate-plugin
        Type: Bug
    Versions: 1.3    
 Environment: maven 1.0.2 
 Reporter: Brian Cochran
 Attachments: MappingsAggregatorBean.java, project.xml

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.




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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org