You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Martin Gainty (JIRA)" <ax...@ws.apache.org> on 2014/02/16 02:34:20 UTC

[jira] [Created] (AXIS-2899) adb-codegen REGEX expression failure on ^

Martin Gainty created AXIS-2899:
-----------------------------------

             Summary: adb-codegen REGEX expression failure on ^
                 Key: AXIS-2899
                 URL: https://issues.apache.org/jira/browse/AXIS-2899
             Project: Axis
          Issue Type: Task
          Components: Basic Architecture
         Environment: AXIS 2-1.6.2
            Reporter: Martin Gainty
            Priority: Minor
             Fix For: 1.5


AXIS2 v1.6.2 adb-codegen does not interpret
<xsd:pattern value="^(NA|UN).*"/>

change  to:
 <xsd:pattern value="(AN|NU).*"/>
fixes
this assumes NOT NA and NOT UN must be changed to 
what specifically you are seeking
For Reg Ex matching of [^(NA|UN)] does not currently work



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org