|
Trying to deploy the quickstart in eap gives me the following error: [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy-artifact (deploy-activemq) on project switchyard-jca-inflow-activemq: Could not execute goal deploy-artifact on /home/virchete/.m2/repository/org/apache/activemq/activemq-rar/5.8.0/activemq-rar-5.8.0.rar. Reason: Failed to initialize CLI context: Failed to parse /home/virchete/dev/apps/jboss-eap-6.3/bin/jboss-cli.xml: ParseError at [row,col]:[6,38] [ERROR] Message: Unexpected element ' {urn:jboss:cli:1.3}
jboss-cli' [ERROR] -> [Help 1]
For making the example working I commented the cli execution on the pom and then modify the standalone-full.xml to include the resources: https://gist.github.com/dvirgiln/1d9a3da554ef420b5904
|