-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
The UMD, which is shared accross threads, contains a WSDLDefinition object, which contains a wsdl4j Definition object. This object is not thread safe because it uses DOM objects internally.
A temporary workaround could be to synchonize WSDLRequestHandler, since it is the only area of the codebase that would run into this problem.
-Jason
- is related to
-
JBWS-419 Thread safety issues in WSDLRequestHandler
- Closed