[jboss-jira] [JBoss JIRA] (WFLY-1339) Expose mod_cluster operations when running in domain mode
Radoslav Husar (JIRA)
jira-events at lists.jboss.org
Tue May 14 11:47:06 EDT 2013
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 at 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 at 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
More information about the jboss-jira
mailing list