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 "Ali Sadik Kumlali (JIRA)" <ji...@apache.org> on 2006/05/08 09:13:20 UTC

[jira] Created: (AXIS2-688) WSDL2Java is effected by the user's locale setting and generates files that has illegal names

WSDL2Java is effected by the user's locale setting and generates files that has illegal names
---------------------------------------------------------------------------------------------

         Key: AXIS2-688
         URL: http://issues.apache.org/jira/browse/AXIS2-688
     Project: Apache Axis 2.0 (Axis2)
        Type: Improvement

  Components: Tools  
    Versions: 1.0    
 Environment: Win2K Pro, JDK 1.4, user.country = TR, user.language = tr, file.encoding = Cp1254
    Reporter: Ali Sadik Kumlali
    Priority: Minor


WSDL2Java generates files with local machine's character-set into schemaorg_apache_xmlbeans\system. These files cannot be added to CVS. I haven't checked whether it may cause run-time problems.

Here are the samples. If you cannot see the non-english character, assume it as \u0131 or &#305;.

Example1:
- Generated: ıdelement.xsb 
- Must be: idelement.xsb

Example2:
- Generated: accountıbantyped41dtype.xsb
- Must be: accountibantyped41dtype.xsb

My solutions is setting JAVA_OPTS as following before calling WSDL2Java:

set JAVA_OPTS=-Duser.language=EN -Dfile.encoding=iso-8859-1




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXIS2-688) WSDL2Java is effected by the user's locale setting and generates files that has illegal names

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-688?page=all ]

Deepal Jayasinghe reassigned AXIS2-688:
---------------------------------------

    Assign To: Ajith Harshana Ranabahu

> WSDL2Java is effected by the user's locale setting and generates files that has illegal names
> ---------------------------------------------------------------------------------------------
>
>          Key: AXIS2-688
>          URL: http://issues.apache.org/jira/browse/AXIS2-688
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement

>   Components: Tools
>     Versions: 1.0
>  Environment: Win2K Pro, JDK 1.4, user.country = TR, user.language = tr, file.encoding = Cp1254
>     Reporter: Ali Sadik Kumlali
>     Assignee: Ajith Harshana Ranabahu
>     Priority: Minor

>
> WSDL2Java generates files with local machine's character-set into schemaorg_apache_xmlbeans\system. These files cannot be added to CVS. I haven't checked whether it may cause run-time problems.
> Here are the samples. If you cannot see the non-english character, assume it as \u0131 or &#305;.
> Example1:
> - Generated: ?delement.xsb 
> - Must be: idelement.xsb
> Example2:
> - Generated: account?bantyped41dtype.xsb
> - Must be: accountibantyped41dtype.xsb
> My solutions is setting JAVA_OPTS as following before calling WSDL2Java:
> set JAVA_OPTS=-Duser.language=EN -Dfile.encoding=iso-8859-1

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-688) WSDL2Java is effected by the user's locale setting and generates files that has illegal names

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502629 ] 

Davanum Srinivas commented on AXIS2-688:
----------------------------------------

We don't have control over the names of the generated files. please raise this issue with xmlbeans folks.

thanks,
dims

> WSDL2Java is effected by the user's locale setting and generates files that has illegal names
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-688
>                 URL: https://issues.apache.org/jira/browse/AXIS2-688
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 1.0
>         Environment: Win2K Pro, JDK 1.4, user.country = TR, user.language = tr, file.encoding = Cp1254
>            Reporter: Ali Sadik Kumlali
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Minor
>
> WSDL2Java generates files with local machine's character-set into schemaorg_apache_xmlbeans\system. These files cannot be added to CVS. I haven't checked whether it may cause run-time problems.
> Here are the samples. If you cannot see the non-english character, assume it as \u0131 or &#305;.
> Example1:
> - Generated: ?delement.xsb 
> - Must be: idelement.xsb
> Example2:
> - Generated: account?bantyped41dtype.xsb
> - Must be: accountibantyped41dtype.xsb
> My solutions is setting JAVA_OPTS as following before calling WSDL2Java:
> set JAVA_OPTS=-Duser.language=EN -Dfile.encoding=iso-8859-1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-688) WSDL2Java is effected by the user's locale setting and generates files that has illegal names

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-688:
---------------------------------------

    Assignee: Amila Chinthaka Suriarachchi  (was: Ajith Harshana Ranabahu)

> WSDL2Java is effected by the user's locale setting and generates files that has illegal names
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-688
>                 URL: https://issues.apache.org/jira/browse/AXIS2-688
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 1.0
>         Environment: Win2K Pro, JDK 1.4, user.country = TR, user.language = tr, file.encoding = Cp1254
>            Reporter: Ali Sadik Kumlali
>         Assigned To: Amila Chinthaka Suriarachchi
>            Priority: Minor
>
> WSDL2Java generates files with local machine's character-set into schemaorg_apache_xmlbeans\system. These files cannot be added to CVS. I haven't checked whether it may cause run-time problems.
> Here are the samples. If you cannot see the non-english character, assume it as \u0131 or &#305;.
> Example1:
> - Generated: ?delement.xsb 
> - Must be: idelement.xsb
> Example2:
> - Generated: account?bantyped41dtype.xsb
> - Must be: accountibantyped41dtype.xsb
> My solutions is setting JAVA_OPTS as following before calling WSDL2Java:
> set JAVA_OPTS=-Duser.language=EN -Dfile.encoding=iso-8859-1

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (AXIS2-688) WSDL2Java is effected by the user's locale setting and generates files that has illegal names

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-688.
------------------------------------

    Resolution: Won't Fix

> WSDL2Java is effected by the user's locale setting and generates files that has illegal names
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-688
>                 URL: https://issues.apache.org/jira/browse/AXIS2-688
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 1.0
>         Environment: Win2K Pro, JDK 1.4, user.country = TR, user.language = tr, file.encoding = Cp1254
>            Reporter: Ali Sadik Kumlali
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Minor
>
> WSDL2Java generates files with local machine's character-set into schemaorg_apache_xmlbeans\system. These files cannot be added to CVS. I haven't checked whether it may cause run-time problems.
> Here are the samples. If you cannot see the non-english character, assume it as \u0131 or &#305;.
> Example1:
> - Generated: ?delement.xsb 
> - Must be: idelement.xsb
> Example2:
> - Generated: account?bantyped41dtype.xsb
> - Must be: accountibantyped41dtype.xsb
> My solutions is setting JAVA_OPTS as following before calling WSDL2Java:
> set JAVA_OPTS=-Duser.language=EN -Dfile.encoding=iso-8859-1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-688) WSDL2Java is effected by the user's locale setting and generates files that has illegal names

Posted by "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-688?page=comments#action_12378402 ] 

Ajith Harshana Ranabahu commented on AXIS2-688:
-----------------------------------------------

This looks more like a XMLBeans issue to me. I'm not very sure how the forceful setting of the language and encoding settings will affect the other processes.
Any XMLBeans gurus who can shed some light into this ?

> WSDL2Java is effected by the user's locale setting and generates files that has illegal names
> ---------------------------------------------------------------------------------------------
>
>          Key: AXIS2-688
>          URL: http://issues.apache.org/jira/browse/AXIS2-688
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement

>   Components: Tools
>     Versions: 1.0
>  Environment: Win2K Pro, JDK 1.4, user.country = TR, user.language = tr, file.encoding = Cp1254
>     Reporter: Ali Sadik Kumlali
>     Priority: Minor

>
> WSDL2Java generates files with local machine's character-set into schemaorg_apache_xmlbeans\system. These files cannot be added to CVS. I haven't checked whether it may cause run-time problems.
> Here are the samples. If you cannot see the non-english character, assume it as \u0131 or &#305;.
> Example1:
> - Generated: ?delement.xsb 
> - Must be: idelement.xsb
> Example2:
> - Generated: account?bantyped41dtype.xsb
> - Must be: accountibantyped41dtype.xsb
> My solutions is setting JAVA_OPTS as following before calling WSDL2Java:
> set JAVA_OPTS=-Duser.language=EN -Dfile.encoding=iso-8859-1

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira