Bug 1027384

Summary: invalid value for backup-group-name when it is undefined
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jeff Mesnil <jmesnil>
Component: JMSAssignee: Jeff Mesnil <jmesnil>
Status: CLOSED CURRENTRELEASE QA Contact: Miroslav Novak <mnovak>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: kkhan
Target Milestone: DR0   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:40:01 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 Jeff Mesnil 2013-11-06 17:13:39 UTC
Description of problem:

In the messaging configuration, the backup-group-node modelNode is passed directly to the HornetQ configuration without checking whether it is defined.
If it is not undefined, the hornetq configuration will use the "undefined" string as the backup group name instead of returning a null value

Expected results:

If the backup-group-name is undefined, nothing must be set on the HornetQ configuration

Comment 1 Jeff Mesnil 2014-01-20 14:23:49 UTC
PR for jboss-eap https://github.com/jbossas/jboss-eap/pull/839

Comment 2 Miroslav Novak 2014-02-24 14:48:31 UTC
Verified by review the code in EAP 6.3.0.DR0.