You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/10/10 19:05:52 UTC

[jira] Commented: (CAMEL-924) Xml factory in camel-xstream

    [ https://issues.apache.org/activemq/browse/CAMEL-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46347#action_46347 ] 

Claus Ibsen commented on CAMEL-924:
-----------------------------------

I think we need some kind of property you can set to use a fixed xml factory.

Vadim is there any API to set this? from a standard javax or from the XStream?

> Xml factory in camel-xstream
> ----------------------------
>
>                 Key: CAMEL-924
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-924
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Vadim Chekan
>            Priority: Critical
>
> Related nabble:
> http://www.nabble.com/xstream-marshalling-td19542712s22882.html
> We need to fixate the xml writer created in camel-xstream via javax.xml.stream.XMLOutputFactory
> (we need xstream component in Jira).
> Otherwise factory falls into unpredictable writer and in case of com.sun.xml.internal.stream.XMLOutputFactoryImpl it refuses to work if file.encoding is set to something different then UTF-8.
> May be propert implementation would be to attempt to use com.ctc.wstx.stax.WstxOutputFactory and if it fails, then produce a warning and use whatever is available. 
> Also for those who know what they are doing we can provide a setting in camel context which factory to use.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.