support of compiler parameter "mdefNamespaces" to allow multiply defined 
namespaces in Schema
---------------------------------------------------------------------------------------------

                 Key: MXMLBEANS-52
                 URL: http://jira.codehaus.org/browse/MXMLBEANS-52
             Project: Maven 2.x Xmlbeans Plugin
          Issue Type: Improvement
    Affects Versions: 2.3.2
         Environment: N/A
            Reporter: codehauser
         Attachments: patch

by now, the XMLBeans Schema compiler is always fed with mdefNamespaces = null.

The attached patch of class AbstractXmlBeansPlugin.java allows the following 
entries in the <configuration> section to be recognized:

<configuration>
    <mdefNamespaces>
      <mdefNamespace>http://namespace1</mdefNamespace>
      <mdefNamespace>http://namespace2</mdefNamespace>
      [...]
    </mdefNamespaces>
</configuration>

-- 
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to