Bug 1300709

Summary: Camel quickstart requires a change in the setup script to be run with Fuse 6.2.1
Product: [JBoss] JBoss Data Grid 6 Reporter: Martin Gencur <mgencur>
Component: DocumentationAssignee: Christian Huffman <chuffman>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.6.0CC: chuffman, jdg-bugs
Target Milestone: CR2   
Target Release: 6.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-17 18:57:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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