Bug 899609 (JBPAPP6-187) - CLONE - Enhance 'read-resource' operation to support include-runtime together with recursive
Summary: CLONE - Enhance 'read-resource' operation to support include-runtime together...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: JBPAPP6-187
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: unspecified
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: EAP 6.0.0
Assignee: Rostislav Svoboda
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBP...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-25 13:38 UTC by Rostislav Svoboda
Modified: 2014-06-28 12:45 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-05 02:23:54 UTC
Type: Feature Request
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBPAPP6-187 0 Major Closed CLONE - Enhance 'read-resource' operation to support include-runtime together with recursive 2014-06-02 13:57:21 UTC

Description Rostislav Svoboda 2011-11-25 13:38:40 UTC
project_key: JBPAPP6

Enhance 'read-resource' operation to support include-runtime together with recursive.

Currently we can't use recursive and include-runtime parameters together to see detailed information about any section and its subsections.
{code}
[standalone@localhost:9999 /] :read-operation-description(name="read-resource")
...
            "include-runtime" => {
                "type" => BOOLEAN,
                "description" => "Whether to include runtime attributes (i.e. those whose value does not come from 
the persistent configuration) in the response. If absent, false is the default. Ignored if the 'recursive' 
parameter is set to true; i.e. runtime attributes can only be read in non-recursive queries.",
                "required" => false,
                "nillable" => true,
                "default" => false
            },
...
{code}

I think many people would like to run just _bin/jboss-admin.sh -c command=':read-resource(include-runtime=true, recursive=true)'_ command and see all details about AS7 configuration and runtime attributes.

Please reassign to Brian if this change must be done in management model, thanks.

Comment 1 Rostislav Svoboda 2011-11-25 13:38:40 UTC
Link: Added: This issue Cloned from AS7-2794


Comment 2 Rostislav Svoboda 2011-11-25 13:39:16 UTC
Workflow: Removed: GIT Pull Request workflow  Added: jira
Security: Added: Public
Docs QE Status: Added: NEW


Comment 3 Paul Gier 2011-12-06 17:07:46 UTC
Link: Added: This issue depends AS7-2033


Comment 4 Rostislav Svoboda 2012-01-25 12:24:46 UTC
Verified on EAP 6.0.0 DR12

{code}
bin/jboss-admin.sh -c command=":read-resource(include-runtime=true, recursive=true, recursive-depth=10)"
{code}

Comment 5 Anne-Louise Tangring 2012-11-04 14:33:05 UTC
Docs QE Status: Removed: NEW 


Comment 6 Anne-Louise Tangring 2012-11-05 00:36:05 UTC
Fixing Affects and Fix in Version


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