From a349b7dd49ab5113ab4756299c3acb05bf60308f Mon Sep 17 00:00:00 2001 From: dvirgiln Date: Tue, 10 Mar 2015 14:29:56 +0100 Subject: [PATCH] SWITCHYARD-2522 IllegalThreadStateException running bpel-jms-binding on EAP 6.3.2 --- bpel-jms-binding/Readme.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/bpel-jms-binding/Readme.md b/bpel-jms-binding/Readme.md index c4f96d6a3..fda982176 100644 --- a/bpel-jms-binding/Readme.md +++ b/bpel-jms-binding/Readme.md @@ -19,7 +19,9 @@ EAP 2. Create an application user: - ${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest + ${AS}/bin/add-user.sh + + realm=ApplicationRealm user=guest password=guestp.1 group=guest 3. Build and deploy the quickstart @@ -35,13 +37,14 @@ EAP Wildfly ---------- -1. Start JBoss AS 7 in standalone-full mode: +1. Start Wildfly in standalone-full mode: - ${AS}/bin/standalone.sh --server-config=standalone-full.xml + ${WILDFLY}/bin/standalone.sh --server-config=standalone-full.xml 2. Create an application user: - ${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest + ${WILDFLY}/bin/add-user.sh + realm=ApplicationRealm user=guest password=guestp.1 group=guest 3. Build and deploy the quickstart @@ -49,7 +52,7 @@ Wildfly 4. Execute HornetQClient. See the "Expected Output" heading for the expected results. - mvn exec:java + mvn exec:java -Pwildfly 5. Undeploy the quickstart: @@ -92,4 +95,4 @@ REPLY: Hello Skippy -``` \ No newline at end of file +```