[
https://jira.jboss.org/browse/JBESB-3476?page=com.atlassian.jira.plugin.s...
]
Pavel Macik updated JBESB-3476:
-------------------------------
Description:
In the 'assert-ws-available' target of
'${org.jboss.esb.server.home}/samples/quickstarts/conf/base-build.xml' the
'ws-cxf-rt-as5' available property is checking for presence of cxf-rt-core.jar
file on following path '${org.jboss.esb.server.home}/common/lib/cxf-rt-core.jar'
that is a wrong location of the file.
The file is actually placed in ${org.jboss.esb.server.home}/client/cxf-rt-core.jar.
That causes failures during deployment of ws-related quickstarts when WS stack is switched
to CXF.
The value of the property should change to the right location.
was:
'ws-cxf-rt-as5' available property is checking for presence of cxf-rt-core.jar
file on following path '${org.jboss.esb.server.home}/common/lib/cxf-rt-core.jar'
that is a wrong location of the file.
The file is actually placed in ${org.jboss.esb.server.home}/client/cxf-rt-core.jar.
That causes failures during deployment of ws-related quickstarts when WS stack is switched
to CXF.
The value of the property should change to the right location.
base-build.xml for quickstarts asserts CXF WS availability by
misplaced cxf-rt-core.jar
---------------------------------------------------------------------------------------
Key: JBESB-3476
URL:
https://jira.jboss.org/browse/JBESB-3476
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.9, 4.9 CP1
Reporter: Pavel Macik
Priority: Critical
In the 'assert-ws-available' target of
'${org.jboss.esb.server.home}/samples/quickstarts/conf/base-build.xml' the
'ws-cxf-rt-as5' available property is checking for presence of cxf-rt-core.jar
file on following path '${org.jboss.esb.server.home}/common/lib/cxf-rt-core.jar'
that is a wrong location of the file.
The file is actually placed in ${org.jboss.esb.server.home}/client/cxf-rt-core.jar.
That causes failures during deployment of ws-related quickstarts when WS stack is
switched to CXF.
The value of the property should change to the right location.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira