--- old/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/XMLSerializer.java 2013-08-13 18:16:46.064632061 +0200 +++ new/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/XMLSerializer.java 2013-08-13 18:16:46.008629582 +0200 @@ -812,7 +812,6 @@ * Similar to 'schemaLocation' but this one works for xsi:noNamespaceSchemaLocation */ public void startDocument(XmlOutput out,boolean fragment,String schemaLocation,String noNsSchemaLocation) throws IOException, SAXException, XMLStreamException { - setThreadAffinity(); pushCoordinator(); nsContext.reset(); nse = nsContext.getCurrent(); @@ -841,7 +840,6 @@ out = null; clearCurrentProperty(); popCoordinator(); - resetThreadAffinity(); } /**