Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/JIBX-47

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JIBX-47
    Summary: Special character encoding
       Type: Bug

     Status: Unassigned
   Priority: Trivial

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: JiBX
 Components: 
             jibx-soap

   Assignee: 
   Reporter: Gilles DEVAUX

    Created: Tue, 2 Nov 2004 3:56 AM
    Updated: Tue, 2 Nov 2004 3:56 AM
Environment: j2sdk1.4.2_05, Apache Tomcat 5.0

Description:
When encoding a special character using JiBX-soap the marshalling is correct (the xml 
produced contains the special character) but not the unmarshalling.

In org.jibx.soap.marshalSOAP(OutputStream os):
m_marshaller.startDocument("UTF-8", Boolean.TRUE);


In org.jibx.soap.unmarshalSOAP(InputStream is)
m_unmarshaller.setDocument(is, null);

replacing 'm_unmarshaller.setDocument(is, null);' by 'm_unmarshaller.setDocument(is, 
"UTF-8");' works.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
jibx-devs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to