[ https://issues.apache.org/activemq/browse/CAMEL-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57239#action_57239 ]
Claus Ibsen commented on CAMEL-2407: ------------------------------------ Willem can you look at the WARNING you now get as the type converter overrides some stuff {code} 2010-01-29 10:22:23,577 [main ] WARN DefaultTypeConverter - Overriding type converter from: InstanceMethodTypeConverter: public javax.xml.stream.XMLEventWriter org.apache.camel.converter.jaxp.StaxConverter.createXMLEventWriter(java.io.OutputStream) throws javax.xml.stream.XMLStreamException to: InstanceMethodTypeConverter: public javax.xml.stream.XMLEventWriter org.apache.camel.converter.jaxp.StaxConverter.createXMLEventWriter(java.io.OutputStream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException 2010-01-29 10:22:23,580 [main ] WARN DefaultTypeConverter - Overriding type converter from: InstanceMethodTypeConverter: public javax.xml.stream.XMLStreamWriter org.apache.camel.converter.jaxp.StaxConverter.createXMLStreamWriter(java.io.OutputStream) throws javax.xml.stream.XMLStreamException to: InstanceMethodTypeConverter: public javax.xml.stream.XMLStreamWriter org.apache.camel.converter.jaxp.StaxConverter.createXMLStreamWriter(java.io.OutputStream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException 2010-01-29 10:22:23,583 [main ] WARN DefaultTypeConverter - Overriding type converter from: InstanceMethodTypeConverter: public javax.xml.stream.XMLStreamReader org.apache.camel.converter.jaxp.StaxConverter.createXMLStreamReader(java.io.InputStream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException to: InstanceMethodTypeConverter: public javax.xml.stream.XMLStreamReader org.apache.camel.converter.jaxp.StaxConverter.createXMLStreamReader(java.io.InputStream) throws javax.xml.stream.XMLStreamException 2010-01-29 10:22:23,589 [main ] WARN DefaultTypeConverter - Overriding type converter from: InstanceMethodTypeConverter: public javax.xml.stream.XMLEventReader org.apache.camel.converter.jaxp.StaxConverter.createXMLEventReader(java.io.InputStream) throws javax.xml.stream.XMLStreamException to: InstanceMethodTypeConverter: public javax.xml.stream.XMLEventReader org.apache.camel.converter.jaxp.StaxConverter.createXMLEventReader(java.io.InputStream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException 2010 {code} This is annoying and should be fixed before the 2.2 > XmlStream can't deal with different encoding xml message > -------------------------------------------------------- > > Key: CAMEL-2407 > URL: https://issues.apache.org/activemq/browse/CAMEL-2407 > Project: Apache Camel > Issue Type: Improvement > Affects Versions: 1.4.0, 1.5.0, 1.6.0, 2.0-M1, 1.6.1, 1.6.2, 2.0-M2, > 2.0-M3, 2.0.0, 2.1.0 > Reporter: Willem Jiang > Assignee: Willem Jiang > Priority: Minor > Fix For: 1.6.3, 2.3.0 > > > here is [the mail > thread|http://old.nabble.com/XStream-and-forcing-ISO-8859-1-Encoding-tp27328336p27328442.html] > which discusses about it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.