ADB maxlength
-------------
Key: AXIS2-4205
URL: https://issues.apache.org/jira/browse/AXIS2-4205
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: adb
Affects Versions: 1.3, 1.4
Environment: Windows XP Professiona, sp2, intel,
Reporter: Asad Sheikh
Priority: Minor
For the following schema, the axis2 1.3/1.4 ADB doesnt check for max length, it
is only checking for the regular expression.
<xsd:element name="name" >
<xsd:simpleType>
<xsd:restriction base="xsd:NCName">
<xsd:pattern value="[a-zA-Z_0-9]+"/>
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.