Commit 4fdb57c 1 parent 35239aa commit 4fdb57c Copy full SHA for 4fdb57c
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,24 @@ the response it gets; you can view the log using
37
37
38
38
Installing the camel-cxf routes
39
39
-------------------------------
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.
41
42
42
43
For example, to install the camel-cxf POJO route, do
43
44
45
+ karaf@root> features:install camel-cxf
44
46
karaf@root> install -s mvn:com.fusesource.byexample.cxf-webinars/customer-ws-camel-cxf-pojo
45
47
46
48
To install the camel-cxf Payload route, do
47
49
50
+ karaf@root> features:install camel-cxf
51
+ karaf@root> features:install camel-velocity
48
52
karaf@root> install -s mvn:com.fusesource.byexample.cxf-webinars/customer-ws-camel-cxf-payload
49
53
50
54
Finally, to install the camel-cxf Provider route, do
51
55
56
+ karaf@root> features:install camel-cxf
57
+ karaf@root> features:install camel-velocity
52
58
karaf@root> install -s mvn:com.fusesource.byexample.cxf-webinars/customer-ws-camel-cxf-provider
53
59
54
60
You can’t perform that action at this time.
0 commit comments