Updating JBoss cxf jar modules?
I am using JBOSS EAP 6.2 to deploy a restful web service. The soothing web service uses apache cxf, it is taken from jboss eap. It is currently using the jar cxf-api-2.7.7.redhat-1.jar. Is there a way to update this jar in jboss and modules.xml modules.
+3
Rosh
source
to share
1 answer
In the past, I have updated the jars on the server by replacing the .jar file and updating the module.xml file with the new jar file name. Not CXF though (make sure you stop the server first)
cxf is located in% JBOSS_HOME% \ modules \ system \ layers \ base \ org \ apache \ cxf
0
Mark W
source
to share