Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 907893

Summary: Attribute cluster-password can't be set using CLI
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Miroslav Novak <mnovak>
Component: JMSAssignee: Jeff Mesnil <jmesnil>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: brian.stansberry, jmesnil
Target Milestone: ER2   
Target Release: EAP 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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 Miroslav Novak 2013-02-05 13:33:48 UTC
Description of problem:
Attribute cluster-password can't be set using CLI in EAP 6.1.0.DR2 build (HornetQ Server version 2.3.0.CR1)

Log from CLI:
[standalone@localhost:9999 hornetq-server=default] :write-attribute(name=cluster-password, value="heslo")
{
    "outcome" => "failed",
    "failure-description" => "JBAS014749: Operation handler failed: JBAS011664: Runtime handling for cluster-password is not implemented",
    "rolled-back" => true,
    "response-headers" => {"process-state" => "reload-required"}
}

Comment 1 JBoss JIRA Server 2013-02-07 08:33:23 UTC
Jeff Mesnil <jmesnil> made a comment on jira AS7-6455

PR merged in master branch

Comment 2 Brian Stansberry 2013-03-06 16:41:26 UTC
This was fixed in the 7.2.0.Final-prerelease tag, so should be in the DR4 build. Moving to ON_QA.

Comment 4 Miroslav Novak 2013-03-20 14:35:30 UTC
Verified in EAP 6.1.0.ER3. Thanks Jeff!