Bug 991092

Summary: Cannot set properties attribute through jboss-cli
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: kconner
Component: SwitchYardAssignee: Keith Babo <kbabo>
Status: CLOSED CURRENTRELEASE QA Contact: ppecka <ppecka>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: atangrin, ldimaggi, soa-p-jira
Target Milestone: ER1   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-06 15:26:42 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 kconner 2013-08-01 15:27:32 UTC
See attached SwitchYard JIRA for details

Comment 1 kconner 2013-08-01 15:30:45 UTC
Note: this issue is blocking the installer as it prevents the initialisation of the configuration files through the command line.

Comment 3 JBoss JIRA Server 2013-08-01 15:52:18 UTC
Keith Babo <kbabo> made a comment on jira SWITCHYARD-1629

pushed

Comment 4 ppecka 2013-08-22 15:56:43 UTC
VERIFIED on soa-6.0.0.ER1

[standalone@localhost:9999 subsystem=switchyard] /subsystem=switchyard:read-attribute(name=properties) 
{
    "outcome" => "success",
    "result" => undefined
}
[standalone@localhost:9999 subsystem=switchyard] /subsystem=switchyard:write-attribute(name=properties,value={hu => bu})
{
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,
        "process-state" => "reload-required"
    }
}
[standalone@localhost:9999 subsystem=switchyard] /subsystem=switchyard:read-attribute(name=properties)                  
{
    "outcome" => "success",
    "result" => {"hu" => "bu"},
    "response-headers" => {"process-state" => "reload-required"}
}

Comment 8 JBoss JIRA Server 2014-06-16 23:52:21 UTC
Keith Babo <kbabo> updated the status of jira SWITCHYARD-1629 to Closed