]
Alessio Soldano reassigned WFLY-9228:
-------------------------------------
Assignee: Jim Ma (was: Alessio Soldano)
CXF Fediz library cannot be included into the application
---------------------------------------------------------
Key: WFLY-9228
URL:
https://issues.jboss.org/browse/WFLY-9228
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 10.0.0.Final
Reporter: Zoltán Takács
Assignee: Jim Ma
Priority: Major
We use Apache CXF Fediz (
http://cxf.apache.org/fediz.html) libraries in our application.
It is a subproject of Apache CXF, but independent of it. We cannot create a wildfly module
from this, because the library has a lot of dependecies and these dependencies could cause
other class loading problems. So we need to add it into our war file.
In *org.jboss.as.webservices.deployers.WSLibraryFilterProcessor* class wildfly deployer
filter all classes from org.apache.cxf package, including classes in
org.apache.cxf.fediz.
We suggest to modify this filter to allow us to use CXF subproject (primarily Fediz).