Bug 1300709 - Camel quickstart requires a change in the setup script to be run with Fuse 6.2.1
Summary: Camel quickstart requires a change in the setup script to be run with Fuse 6.2.1
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Documentation
Version: 6.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: CR2
: 6.6.0
Assignee: Christian Huffman
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-21 14:02 UTC by Martin Gencur
Modified: 2016-02-17 18:57 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-17 18:57:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Gencur 2016-01-21 14:02:20 UTC
The quickstart works well with Fuse 6.2.0. 

In order to be run on Fuse 6.2.1, some changes have to be made in setupEverythingOnFuse.sh start-up script:

1) Change the version of Fuse
 
export FUSE_VERSION=jboss-fuse-6.2.0.redhat-133
->
export FUSE_VERSION=jboss-fuse-6.2.1.redhat-084


2) Change "child" to "child1" in the following line: 

sh client -r 2 -d 10 "fabric:container-add-profile child demo-local_producer" > /dev/null 2>&1
->
sh client -r 2 -d 10 "fabric:container-add-profile child1 demo-local_producer" > /dev/null 2>&1

Comment 3 Martin Gencur 2016-01-21 16:41:34 UTC
Verified in http://docbuilder.usersys.redhat.com/23154/#Camel-JBoss_Data_Grid_Quickstart_Setup 

Thanks!

Comment 4 Christian Huffman 2016-02-17 18:57:33 UTC
I have updated the instructions for the camel-fuse quickstart and published them; a link to the topic on the customer portal is below:

  https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Data_Grid/6.6/html-single/Getting_Started_Guide/index.html#Camel-JBoss_Data_Grid_Quickstart_Setup


Note You need to log in before you can comment on or make changes to this bug.