Skip to content

Commit 4fdb57c

Browse files
committed
Updated README with instructions to install camel-cxf and camel-velocity features
1 parent 35239aa commit 4fdb57c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,24 @@ the response it gets; you can view the log using
3737

3838
Installing the camel-cxf routes
3939
-------------------------------
40-
To install the camel-cxf demos into JBoss Fuse, you need to install the relevant OSGi bundle.
40+
To install the camel-cxf demos into JBoss Fuse, you need to install the relevant OSGi bundle
41+
and any prerequisite features.
4142

4243
For example, to install the camel-cxf POJO route, do
4344

45+
karaf@root> features:install camel-cxf
4446
karaf@root> install -s mvn:com.fusesource.byexample.cxf-webinars/customer-ws-camel-cxf-pojo
4547

4648
To install the camel-cxf Payload route, do
4749

50+
karaf@root> features:install camel-cxf
51+
karaf@root> features:install camel-velocity
4852
karaf@root> install -s mvn:com.fusesource.byexample.cxf-webinars/customer-ws-camel-cxf-payload
4953

5054
Finally, to install the camel-cxf Provider route, do
5155

56+
karaf@root> features:install camel-cxf
57+
karaf@root> features:install camel-velocity
5258
karaf@root> install -s mvn:com.fusesource.byexample.cxf-webinars/customer-ws-camel-cxf-provider
5359

5460

0 commit comments

Comments
 (0)