[
https://issues.apache.org/jira/browse/AXIS2-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez reassigned AXIS2-4174:
-----------------------------------
Assignee: Amila Chinthaka Suriarachchi
> 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: Axis2
> Issue Type: Bug
> Components: adb
> Affects Versions: 1.4.1
> Environment: Windows XP, JDK 1.6.0_03
> Reporter: Naozo Yoshioka
> Assignee: Amila Chinthaka Suriarachchi
> 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]