[hibernate-issues] [Hibernate-JIRA] Resolved: (METAGEN-63) Parameter for additional entity mapping files is ormXmlList but not ormXml
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Mon Jan 16 09:22:10 EST 2012
[ http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hardy Ferentschik resolved METAGEN-63.
--------------------------------------
Resolution: Fixed
> Parameter for additional entity mapping files is ormXmlList but not ormXml
> --------------------------------------------------------------------------
>
> Key: METAGEN-63
> URL: http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-63
> Project: Hibernate Metamodel Generator
> Issue Type: Bug
> Components: documentation
> Affects Versions: 1.1.1.Final
> Reporter: Ralph Engelmann
> Assignee: Hardy Ferentschik
> Priority: Trivial
> Fix For: 1.2.next
>
>
> In the "Hibernate JPA 2 Metamodel Generator - Reference Guide" 1.1.1.Final, the parameter to llows to specify additional entity mapping files is {{orm.xml}}.
> {quote}
> 2.3. Processor specific options
> ...
> |ormXml|Allows to specify additional entity mapping files. The specified value for this option is a comma separated string of mapping file names. Even when this option is specified /META-INF/orm.xml is implicit.|
> {quote}
> But in the code it is {{ormXmlList}}.
> {code:title=JPAMetaModelEntityProcessor line 77}
> public static final String ORM_XML_OPTION = "ormXmlList";
> {code}
> One of them should be changed so that documentation and code match.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list