-
Bug
-
Resolution: Done
-
Major
-
7.4.19.GA
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
To fix https://issues.redhat.com/browse/JBWS-4385
it creates a JAXPDelegateClassLoader for each webservice invocation, this seems not necessary to create classloader for each invocation. This can be improved by creating this JAXPDelegateClassLoader in Servlet.init() instead of creating for each request.
- clones
-
JBEAP-28643 [GSS](8.0.z) JBWS-4433 - Don't create JAXPDelegateClassLoader for each invocation in the CXFServletExt
- Open
- incorporates
-
JBWS-4433 Don't create JAXPDelegateClassLoader for each invocation in the CXFServletExt
- Resolved
- is incorporated by
-
JBEAP-28729 (7.4.z) Upgrade JBossws cxf from 5.4.13.Final-redhat-00001 to 5.4.14.Final-redhat-00001
- Pull Request Sent