-
Bug
-
Resolution: Done
-
Major
-
EAP 5.0.0 WS CXF TP
-
None
After installing the CXF technical preview to a clean JBoss EAP 5 installation I am no longer able to run the wsconsume ant task.
My classpath for the wsconsume task is now: -
<path id="project.classpath">
<fileset dir="${jboss.home}">
<include name="client/jbossws-spi.jar" />
<include name="server/default/deployers/jbossws.deployer/jbossws-native-core.jar" />
<include name="client/jaxws-tools.jar" /> <!-- Copy -->
<include name="client/streambuffer.jar" /> <!-- Copy -->
<include name="client/wstx.jar" />
<include name="client/stax-ex.jar" /> <!-- Copy -->
</fileset>
</path>
The jar jbossws-native-core.jar needed to be added from under deployers, previously all required jars were under client.
The three jars with <!-- Copy --> after them were missing from the installation and had to be copied back from a clean EAP installation.
- blocks
-
JBPAPP-4216 Upgrade JBossWS-CXF to 3.1.2.SP7
- Closed
- is blocked by
-
JBPAPP-4232 JBossWS (CXF) - Add Class-Path attribute to jbossws-cxf-client manifest file
- Closed