Re: Regex problems with XMLBeans

2014-02-17 Thread T. Allen
Robert, Thanks very much for this information. T On 2/14/2014 6:34 PM, robertlazarski . wrote: On Fri, Feb 14, 2014 at 8:14 PM, T. Allen wrote: I did not receive any replies about this problem but was able to get past it. Changing the regex from: to: fixed the problem. It seems XML Be

RE: Regex problems with XMLBeans

2014-02-15 Thread Martin Gainty
NOT NA OR NOT UN with any extension is not NAOR UN with any extension this is incorrect behaviour https://issues.apache.org/jira/i#browse/AXIS-2899 Feel free to add comments.. Obrigado Roberto Martin- > Date: Fri, 14 Feb 2014 21:34:57 -0200 > Subject: Re: Regex problem

Re: Regex problems with XMLBeans

2014-02-14 Thread robertlazarski .
On Fri, Feb 14, 2014 at 8:14 PM, T. Allen wrote: > I did not receive any replies about this problem but was able to get past > it. Changing the regex from: > > > to: > > > fixed the problem. It seems XML Beans does not interpret the leading ^ > symbol correctly. Is this by design or should I

Re: Regex problems with XMLBeans

2014-02-14 Thread T. Allen
I did not receive any replies about this problem but was able to get past it. Changing the regex from: to: fixed the problem. It seems XML Beans does not interpret the leading ^ symbol correctly. Is this by design or should I create a JIRA? Thanks, T On 2/12/2014 9:01 AM, T. Allen wro

Re: Regex problems with XMLBeans

2014-02-12 Thread T. Allen
Has anyone else had problems with regex using XML Beans binding? See original message below. I have used the following regex with XML Beans and it worked fine: This regex gives an error every time: When validating this regex with XML Beans binding I get "string value does not match patter

Regex problems with XMLBeans

2014-02-10 Thread T. Allen
I have an Axis2 1.6.1 web service that has 1 regex in the WSDL schema. The WSDL/schema snippet is below. type="tns:hazmatCode"/> type="tns:hazmatFlag"/> I know the regex pattern of ^(NA|UN).* is valid as I have tested it. However, each time I send a request with a string that matc