[mod_cluster-issues] [JBoss JIRA] Created: (MODCLUSTER-219) AS7 schema requires properties.

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Mon Apr 4 11:01:33 EDT 2011


AS7 schema requires properties.
-------------------------------

                 Key: MODCLUSTER-219
                 URL: https://issues.jboss.org/browse/MODCLUSTER-219
             Project: mod_cluster
          Issue Type: Feature Request
    Affects Versions: 1.1.1.Final
            Reporter: Jean-Frederic Clere
            Assignee: Paul Ferraro
             Fix For: 1.1.2.Final 


In the xsd we have:
+++
  <xs:complexType name="common-load-metricType" abstract="true">
    <xs:sequence>
      <xs:element name="property" type="tns:propertyType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="weight" type="xs:int"/>
    <xs:attribute name="capacity" type="xs:double"/>
  </xs:complexType>
+++
So a getProperties() and a setProperties() should be added AbstractLoadMetric for example? 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the mod_cluster-issues mailing list