Skip to content

SWITCHYARD-2552 Add "mvn exec:java -Pkaraf" step into rules-camel-cbr qs #432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions rules-camel-cbr/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,31 @@ mvn clean -Pdeploy -Pwildfly
Karaf
----------

1. Start the Karaf server :

${KARAF_HOME}/bin/karaf

2. Add the features URL for the respective version of SwitchYard. Replace {SWITCHYARD-VERSION}
with the version of SwitchYard that you are using (ex. 2.0.0):

karaf@root> features:addurl mvn:org.switchyard.karaf/switchyard/{SWITCHYARD-VERSION}/xml/features

3. Install the feature for the camel-netty-binding quickstart :

karaf@root> features:install switchyard-quickstart-rules-camel-cbr

4. Execute client and send text message :
<br/>
```
mvn exec:java -Pkaraf
```
<br/>

5. Check the log for the expected results :

karaf@root> log:display


Expected Output
======================
```
Expand Down