Commit 6754b58 1 parent 4fdb57c commit 6754b58 Copy full SHA for 6754b58
File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
- These demos have been built and tested using JBoss Fuse 6.1 (beta) build 337
1
+ These demos have been built and tested using Red Hat JBoss Fuse 6.1.0 GA build 379
2
+
3
+ Prerequisites
4
+ -------------
5
+ You must have Apache Maven installed and you must configure your settings.xml file
6
+ to use the following repository (both as a repository and as a plug-in repository):
7
+
8
+ https://repo.fusesource.com/nexus/content/groups/public/
9
+
2
10
3
11
Building the examples
4
12
---------------------
@@ -40,6 +48,9 @@ Installing the camel-cxf routes
40
48
To install the camel-cxf demos into JBoss Fuse, you need to install the relevant OSGi bundle
41
49
and any prerequisite features.
42
50
51
+ Note: You must stop the 'customer-ws-osgi-bundle', if you have alread installed and started it,
52
+ otherwise you will get a port conflict when a camel-cxf demo is started.
53
+
43
54
For example, to install the camel-cxf POJO route, do
44
55
45
56
karaf@root> features:install camel-cxf
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.jboss.fuse.bom</groupId >
26
26
<artifactId >jboss-fuse-parent</artifactId >
27
- <version >1.0.0. redhat-337 </version >
27
+ <version >6. 1.0.redhat-379 </version >
28
28
</parent >
29
29
30
30
<groupId >com.fusesource.byexample.cxf-webinars</groupId >
45
45
<maven .compiler.source>1.6</maven .compiler.source>
46
46
47
47
<!-- the version of the JBoss Fuse BOM, defining all the dependency versions -->
48
- <jboss .fuse.bom.version>1.0.0. redhat-337 </jboss .fuse.bom.version>
48
+ <jboss .fuse.bom.version>6. 1.0.redhat-379 </jboss .fuse.bom.version>
49
49
</properties >
50
50
51
51
<licenses >
You can’t perform that action at this time.
0 commit comments