-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
When the concurrency increases, the following error constantly shows up in the logs:
Caused by: java.io.IOException: org.xml.sax.SAXException: FWK005 parse may not be called while parsi
ng.
at org.jboss.util.xml.DOMUtils.parse(DOMUtils.java:117)
at org.jboss.util.xml.DOMUtils.parse(DOMUtils.java:96)
at org.jboss.ws.soap.SOAPContentElement.expandToDOM(SOAPContentElement.java:849)
... 30 more
The Xerces DocumentBuilder is not threadsafe and thus requires our wrapper code to synchronize it correctly.