[hibernate-issues] [Hibernate-JIRA] Created: (METAGEN-63) Parameter for additional entity mapping files is ormXmlList but not ormXml

Ralph Engelmann (JIRA) noreply at atlassian.com
Tue Jun 7 08:18:25 EDT 2011


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


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.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list