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 "C?dric Chabanois (JIRA)" <ax...@ws.apache.org> on 2004/12/01 16:50:20 UTC

[jira] Created: (AXIS-1694) problem with accentued characters : server-config.wsdd is not a valid UTF-8 file

problem with accentued characters : server-config.wsdd is not a valid UTF-8 file
--------------------------------------------------------------------------------

         Key: AXIS-1694
         URL: http://nagoya.apache.org/jira/browse/AXIS-1694
     Project: Axis
        Type: Bug
  Components: Deployment / Registries  
    Versions: 1.2RC2    
    Reporter: Cédric Chabanois


I wanted to deploy a deploy.wsdd file that contained :
"
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
[...]
<operation name="myOperation">
      <documentation>opération très simple</documentation>
      <parameter name="myParam"/>
[...]
"
This file is encoded using UTF-8 (I make sure it was a file UTF-8 file).

However when my service is deployed, this part is copied in server-config.wsdd but not as UTF-8.
So server-config.wsdd is not a valid UTF-8 file and I get :
"
org.apache.axis.InternalException: org.apache.axis.ConfigurationException: java.io.UTFDataFormatException: Invalid byte 2 of 3-byte UTF-8 sequence
"
when I try to get the wsdl.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS-1694) problem with accentued characters : server-config.wsdd is not a valid UTF-8 file

Posted by "C?dric Chabanois (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1694?page=history ]

Cédric Chabanois updated AXIS-1694:
-----------------------------------

    Attachment: patch-AXIS-1694.txt

patch for correcting issue #1694

> problem with accentued characters : server-config.wsdd is not a valid UTF-8 file
> --------------------------------------------------------------------------------
>
>          Key: AXIS-1694
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1694
>      Project: Axis
>         Type: Bug
>   Components: Deployment / Registries
>     Versions: 1.2RC2
>     Reporter: Cédric Chabanois
>  Attachments: patch-AXIS-1694.txt
>
> I wanted to deploy a deploy.wsdd file that contained :
> "
> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
> [...]
> <operation name="myOperation">
>       <documentation>opération très simple</documentation>
>       <parameter name="myParam"/>
> [...]
> "
> This file is encoded using UTF-8 (I make sure it was a file UTF-8 file).
> However when my service is deployed, this part is copied in server-config.wsdd but not as UTF-8.
> So server-config.wsdd is not a valid UTF-8 file and I get :
> "
> org.apache.axis.InternalException: org.apache.axis.ConfigurationException: java.io.UTFDataFormatException: Invalid byte 2 of 3-byte UTF-8 sequence
> "
> when I try to get the wsdl.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS-1694) problem with accentued characters : server-config.wsdd is not a valid UTF-8 file

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1694?page=history ]
     
Davanum Srinivas resolved AXIS-1694:
------------------------------------

    Resolution: Fixed

Applied Patch.

thanks,
dims

> problem with accentued characters : server-config.wsdd is not a valid UTF-8 file
> --------------------------------------------------------------------------------
>
>          Key: AXIS-1694
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1694
>      Project: Axis
>         Type: Bug
>   Components: Deployment / Registries
>     Versions: 1.2RC2
>     Reporter: Cédric Chabanois
>  Attachments: patch-AXIS-1694.txt
>
> I wanted to deploy a deploy.wsdd file that contained :
> "
> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
> [...]
> <operation name="myOperation">
>       <documentation>opération très simple</documentation>
>       <parameter name="myParam"/>
> [...]
> "
> This file is encoded using UTF-8 (I make sure it was a file UTF-8 file).
> However when my service is deployed, this part is copied in server-config.wsdd but not as UTF-8.
> So server-config.wsdd is not a valid UTF-8 file and I get :
> "
> org.apache.axis.InternalException: org.apache.axis.ConfigurationException: java.io.UTFDataFormatException: Invalid byte 2 of 3-byte UTF-8 sequence
> "
> when I try to get the wsdl.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira