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 "Afkham Azeez (JIRA)" <ji...@apache.org> on 2011/01/06 11:43:48 UTC

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

     [ https://issues.apache.org/jira/browse/AXIS2-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Afkham Azeez updated AXIS2-4174:
--------------------------------

    Priority: Critical  (was: Minor)

> 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: 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: Critical
>
> 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.


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