[jboss-jira] [JBoss JIRA] Closed: (JBMETA-150) missing propOrder in MCF metadata types
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Mon Dec 1 18:54:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBMETA-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Loubyansky closed JBMETA-150.
------------------------------------
Resolution: Done
According to Jesper jboss-ds_5_0.dtd is up to date. So, I went through the elements in the DTD, searched in *.java for the corresponding properties and added them to XmlType.propOrder. Note, I haven't checked if metadata binds properties to elements that are not in the DTD. Issues found:
for local-tx-datasource, no-tx-connection-factory, no-tx-datasource, xa-datasource:
- background-validation-minutes in DTD renamed to background-validation-millis (as it appears in metadata API)
- use-fast-fail is defined in the DTD but not found in metadata API
- there is both metadata/type-mapping and type-mapping elements, seems like redundancy?
> missing propOrder in MCF metadata types
> ---------------------------------------
>
> Key: JBMETA-150
> URL: https://jira.jboss.org/jira/browse/JBMETA-150
> Project: JBoss Metadata
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Alexey Loubyansky
> Assignee: Alexey Loubyansky
> Fix For: 1.0.0.CR10
>
>
> Metadata classes in package org.jboss.metadata.rar.jboss.mcf don't specify propOrder which may lead to inconsistencies between element ordering in DTD/XSD and the ordering in which Java binding annotations are processed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list