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 "Naozo Yoshioka (JIRA)" <ji...@apache.org> on 2008/12/12 08:42:44 UTC

[jira] Created: (AXIS2-4174) wsdl2java -d adb doesn't generate correct java source of patttern when containg "

wsdl2java -d adb doesn't generate correct java source of patttern when containg &quot;
--------------------------------------------------------------------------------------

                 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="&quot;" />
                </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.