Issue Type: Bug Bug
Affects Versions: 1.0
Assignee: Tomohisa igarashi
Components: core
Created: 31/May/13 7:50 AM
Description:

XMLValidator is not thread-safe due to the fact that a single validating parser is used for all calls to validate(). The parser should be created inside of validate() instead:

https://github.com/jboss-switchyard/core/blob/master/validate/src/main/java/org/switchyard/validate/xml/XmlValidator.java#L204
https://github.com/jboss-switchyard/core/blob/master/validate/src/main/java/org/switchyard/validate/xml/XmlValidator.java#L204

Fix Versions: 1.0
Project: SwitchYard
Priority: Blocker Blocker
Reporter: Keith Babo
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira