Re: WELCOME to [email protected]

"Daniel F. Savarese" <[email protected]> Fri, 02 Sep 2005 08:59:32 -0400
Newsgroups gmane.comp.jakarta.oro.user
Message-ID <[email protected]>
In message <9C0171E5DDDD4C48B82FB55F61AB76F0AD3458@MSGBANCLA2WIN.DMN1.FMR.COM>,
 "Kataria, Satish" writes:
>Hi,
>I am getting a weird error when I am putting large amount of data in a
>string datatype. 

Change
>			<xsd:pattern value="(\S(\S|\s)*\S|\S)"/>
to

<xsd:pattern value="(\S(?:.*\S)?)"/>