Is it possible to configure HTTPConduit programmatically without depending on the org.apache.cxf.impl module ?
Issue
-
We are configuring HTTP transport for a CXF web service client programmatically as described in https://docs.jboss.org/author/display/JBWS/Apache+CXF+integration#ApacheCXFintegration-HTTPConduitconfiguration.
-
To do so we have introduced a dependency in
jboss-deployment-structure.xmlon theorg.apache.cxf.implmodule. However on deployment we are warned that it is a private module:
2015-06-02 11:36:48,288 WARN [org.jboss.as.dependency.private] (MSC service thread 1-30) JBAS015867: Deployment "deployment.test.ear" is using a private module ("org.apache.cxf.impl:main") which may be changed or removed in future versions without notice.
- Is it possible to configure HTTPConduit programmatically without depending on the org.apache.cxf.impl module?
Environment
- Red Hat JBoss Enterprise Application Platform
- 6.x
- JBossWS-CXF
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.