Quickstarts installation failed in SY 2.0.0.CR1
manuel.bassani Apr 30, 2015 11:32 AMHi all,
I decided to install quickstarts for SY 2.0.0.CR1 + Wildfly-8.0.0.Final following the instruction in https://docs.jboss.org/author/display/SWITCHYARD/Quickstarts but something went wrong with:
$ sudo mvn clean install
After some minutes the process aborted. Here's the last part of the log
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard Quickstart: quickstarts ................ SUCCESS [13:21.867s]
[INFO] SwitchYard Quickstart: testutil ................... SUCCESS [3:56.468s]
[INFO] SwitchYard Quickstart: bean-service ............... SUCCESS [4:02.064s]
[INFO] SwitchYard Quickstart: bpel-jms-binding ........... SUCCESS [3:05.584s]
[INFO] SwitchYard Quickstart: bpel-loan-approval ......... SUCCESS [15.188s]
[INFO] SwitchYard Quickstart: bpel-say-hello ............. SUCCESS [11.451s]
[INFO] SwitchYard Quickstart: bpel-simple-correlation .... SUCCESS [12.199s]
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba .. SUCCESS [2.506s]
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - bpel SUCCESS [13.007s]
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - ws FAILURE [4.107s]
[INFO] SwitchYard Quickstart: bpel-xts-wsat .............. SKIPPED
[INFO] SwitchYard Quickstart: bpel-xts-wsat - ws ......... SKIPPED
[INFO] SwitchYard Quickstart: bpel-xts-wsat - bpel ....... SKIPPED
. . .
[ERROR] Failed to execute goal on project switchyard-bpel-xts-subordinate-wsba-ws: Could not resolve dependencies for project org.switchyard.quickstarts:switchyard-bpel-xts-subordinate-wsba-ws:ejb:2.0.0.CR1: The following artifacts could not be resolved: org.hornetq:hornetq-journal:jar:2.3.20.Final-redhat-1, org.jboss.logmanager:jboss-logmanager:jar:1.5.2.Final-redhat-1, org.hornetq:hornetq-commons:jar:2.3.20.Final-redhat-1, org.jboss.ws:jbossws-api:jar:1.0.2.Final-redhat-1: Failure to find org.hornetq:hornetq-journal:jar:2.3.20.Final-redhat-1 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
I've seen a comment to SWITCHYARD-2523 it seems bpel-xts* will be removed.
I need to know if it's safe to delete the folders bpel-xts* ? Are they a prerequisite for other stuff ?
Thanks
Manuel