]
Alessio Soldano updated JBWS-3995:
----------------------------------
Fix Version/s: jbossws-cxf-5.1.5.Final
(was: jbossws-cxf-5.2.0.Final)
Prevent Apache CXF from using ASM from user deployments
-------------------------------------------------------
Key: JBWS-3995
URL:
https://issues.jboss.org/browse/JBWS-3995
Project: JBoss Web Services
Issue Type: Task
Components: jbossws-cxf, jbossws-integration
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-5.1.5.Final
Apache CXF loads ASM using the thread context classloader. From a pure CXF point of view,
that's not wrong, so we'd better set an explicit dependency to the ASM included in
the container during deployments processing, to avoid ASM shipped in the user applications
from being used (which is potentially troublesome in case of undeployment/deployment
sequences).