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: [email protected]
For additional commands, e-mail: [email protected]