On Thu, May 22, 2008 at 1:22 AM, sultanat <[email protected]> wrote:
> > For the following schema, the axis2 1.4 ADB doesnt check for max length, it > is only checking for the regular expression. Can anyone please help me with > this. > <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> > </xsd:element> > This is an issue with ADB. please log a jira. thanks, Amila. > > -- > View this message in context: > http://www.nabble.com/ADB-maxlength-tp17369134p17369134.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
