Radoslav Husar created WFLY-1339:
------------------------------------
Summary: Expose mod_cluster operations when running in domain mode
Key: WFLY-1339
URL:
https://issues.jboss.org/browse/WFLY-1339
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Affects Versions: 8.0.0.Alpha1
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Domain is missing modcluster operations except for list-proxies:
{code}
[domain@localhost:9999 subsystem=modcluster] :
list-proxies read-children-resources read-operation-names
read-resource reset
read-attribute read-children-types read-proxies-configuration
read-resource-description undefine-attribute
read-children-names read-operation-description read-proxies-info
refresh write-attribute
{code}
while in standalone we expose all of these operations:
{code}
[standalone@localhost:9999 subsystem=modcluster] :
add enable read-children-names
read-operation-names read-resource-description reset whoami
add-proxy enable-context read-children-resources
read-proxies-configuration refresh stop
write-attribute
disable list-proxies read-children-types
read-proxies-info remove stop-context
disable-context read-attribute read-operation-description
read-resource remove-proxy undefine-attribute
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira