Bug 991092 - Cannot set properties attribute through jboss-cli
Summary: Cannot set properties attribute through jboss-cli
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: SwitchYard
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER1
: 6.0.0
Assignee: Keith Babo
QA Contact: ppecka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-01 15:27 UTC by kconner
Modified: 2014-06-16 23:52 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-06 15:26:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SWITCHYARD-1629 0 Critical Closed Cannot set properties attribute through jboss-cli 2016-01-22 11:32:25 UTC

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


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