Skip to content

Commit 6754b58

Browse files
committed
Updated examples to Red Hat JBoss Fuse 6.1.0 GA version (build 379)
1 parent 4fdb57c commit 6754b58

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.txt

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
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+
210

311
Building the examples
412
---------------------
@@ -40,6 +48,9 @@ Installing the camel-cxf routes
4048
To install the camel-cxf demos into JBoss Fuse, you need to install the relevant OSGi bundle
4149
and any prerequisite features.
4250

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+
4354
For example, to install the camel-cxf POJO route, do
4455

4556
karaf@root> features:install camel-cxf

parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.fuse.bom</groupId>
2626
<artifactId>jboss-fuse-parent</artifactId>
27-
<version>1.0.0.redhat-337</version>
27+
<version>6.1.0.redhat-379</version>
2828
</parent>
2929

3030
<groupId>com.fusesource.byexample.cxf-webinars</groupId>
@@ -45,7 +45,7 @@
4545
<maven.compiler.source>1.6</maven.compiler.source>
4646

4747
<!-- 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>
4949
</properties>
5050

5151
<licenses>

0 commit comments

Comments
 (0)