You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Daniel Kulp (Updated) (JIRA)" <ji...@apache.org> on 2012/04/06 15:47:22 UTC

[jira] [Updated] (CAMEL-5142) StAXConverter is not threadsafe when not using Woodstox

     [ https://issues.apache.org/jira/browse/CAMEL-5142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CAMEL-5142:
-------------------------------

      Description: 
The StAXConverter uses singletons for the XMLInputFactory and XMLOutputFactory.   That works fine with woodstox where those implementations are threadsafe.   However, the sun parser built into the JDK is not thread safe.


  was:

The StAXConverter uses singletons for the XMLInputFactory and XMLOutputFactory.   That works fine with woodstox where those implementations are threadsafe.   However, the sun parser built into the JDK is not thread safe.


    Fix Version/s: 2.9.2
                   2.8.5
    
> StAXConverter is not threadsafe when not using Woodstox
> -------------------------------------------------------
>
>                 Key: CAMEL-5142
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5142
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.9.1
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.8.5, 2.9.2
>
>
> The StAXConverter uses singletons for the XMLInputFactory and XMLOutputFactory.   That works fine with woodstox where those implementations are threadsafe.   However, the sun parser built into the JDK is not thread safe.

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