[jboss-jira] [JBoss JIRA] Closed: (JBAS-6941) consistency between XSD, propOrder and XML in the MC

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Fri Apr 23 08:28:11 EDT 2010


     [ https://jira.jboss.org/jira/browse/JBAS-6941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Loubyansky closed JBAS-6941.
-----------------------------------

    Resolution: Done


Fixed.

> consistency between XSD, propOrder and XML in the MC
> ----------------------------------------------------
>
>                 Key: JBAS-6941
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6941
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>            Reporter: Alexey Loubyansky
>            Assignee: Alexey Loubyansky
>             Fix For: JBossAS-6.0.0.M3
>
>
> E.g. currently in SVN for beanType
> <xsd:complexType name="beanType">
>       <xsd:sequence>
>          <xsd:element name="alias" type="aliasType" minOccurs="0" maxOccurs="unbounded"/>
>          <xsd:element name="related-class" type="relatedClassType" minOccurs="0" maxOccurs="unbounded"/>
>          <xsd:element name="annotation" type="annotationType" minOccurs="0" maxOccurs="unbounded"/>
>          <xsd:element name="classloader" type="classloaderType" minOccurs="0"/>
>          <xsd:element name="constructor" type="constructorType" minOccurs="0"/>
>          <xsd:element name="property" type="propertyType" minOccurs="0" maxOccurs="unbounded"/>
> ...
> @XmlType(name="beanType", propOrder={"aliasMetaData", "related", "annotations", "classLoader", "constructor", "properties", "create", "start", "stop", "destroy", "depends", "demands", "supplies", "installs", "uninstalls", "installCallbacks", "uninstallCallbacks"})
> public class AbstractBeanMetaData extends AbstractFeatureMetaData
> ...
> vfs.xml
>   <bean name="VFSCache">
>     <constructor factoryClass="org.jboss.virtual.spi.cache.VFSCacheFactory" factoryMethod="getInstance">
>       <!-- Use the CombinedVFSCache implementation -->
>       <parameter>org.jboss.virtual.plugins.cache.CombinedVFSCache</parameter>
>     </constructor>
>     <start ignored="true"/>
>     <property name="permanentRoots">
> ...

-- 
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