|
The jaxws quickstarts need to be updated to use eap 7 dependency versions. For example, the jaxws-retail pom uses jbossws-cxf-client version 4.2.3.Final and does not compile with the eap 7 version which is currently 5.0.0.Final.
The jaxws-ejb quickstart uses jbossxb version 2.0.3.GA which I believe is a deprecated dependency which is no longer used in EAP 7.
Also the names of these quickstarts should be updated to match the other EAP 7 quickstarts. From this
<name>EAP Quickstart: jaxws-ejb - client</name>
|
To this
<name>JBoss EAP Quickstart: jaxws-ejb - client</name>
|
|