wsdl2java -d adb doesn't generate correct java source of patttern when containg
"
--------------------------------------------------------------------------------------
Key: AXIS2-4174
URL: https://issues.apache.org/jira/browse/AXIS2-4174
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: adb
Affects Versions: 1.4.1
Environment: Windows XP, JDK 1.6.0_03
Reporter: Naozo Yoshioka
Priority: Minor
For the test, I put
<xs:simpleType name="QuotRegExp">
<xs:restriction base="xs:string">
<xs:pattern value=""" />
</xs:restriction>
</xs:simpleType>
into a WSDL file, then I got a generated QuotRexExp.java
including
if
(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(param).matches("""))
{
which causes a compilation error because of a syntax error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.