XMLHelper uses a single instance of SchemaFactory which is not thread safe.
---------------------------------------------------------------------------
Key: JBESB-2461
URL:
https://jira.jboss.org/jira/browse/JBESB-2461
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Rosetta
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 4.4 CP3, 4.6
XMLHelper has the following constant:
private static final SchemaFactory SCHEMA_FACTORY = SchemaFactory.newInstance(
"http://www.w3.org/2001/XMLSchema" );
An instance of SchemaFactory is not thread safe, and at most one thread should be using
it.
This task should make sure that the utility methods in XMLHelper do not share a
SchemaFactory instance.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira