[
https://issues.jboss.org/browse/AS7-1780?page=com.atlassian.jira.plugin.s...
]
Richard Achmatowicz commented on AS7-1780:
------------------------------------------
Stan
Progress has been slowed due to my inexperience with the management API and the various
approaches for making subsystem implementations more compact (i.e.
SimpleAttibuteDefiniton, ResourceDefintion and the like). I hope to have the bulk of the
implementation ready by the end of next week.
Some changes to the above:
1. We have decided to make the cache addressable resources cache mode specific, so that
add operations now take the form:
/subsystem=infinispan/cache-manager=web/invalidation-cache=invalid:add(...)
/subsystem=infinispan/cache-manager=web/replicated-cache=repl:add(...)
2. The configuration submodel mentioned above is out, and the add/remove operations will
operate on the cache-manager and cache addressable resources themselves.
Provide infinispan management use cases and operations
------------------------------------------------------
Key: AS7-1780
URL:
https://issues.jboss.org/browse/AS7-1780
Project: Application Server 7
Issue Type: Feature Request
Components: Domain Management
Reporter: Heiko Braun
Assignee: Paul Ferraro
Priority: Blocker
Fix For: 7.1.0.Beta1
I cannot identify the use cases and operation based on the current management exposure:
{noformat}
[standalone@localhost:9999 /] /subsystem=infinispan:read-operation-
read-operation-description read-operation-names
[standalone@localhost:9999 /] /subsystem=infinispan:read-operation-names
{
"outcome" => "success",
"result" => [
"add",
"read-attribute",
"read-children-names",
"read-children-resources",
"read-children-types",
"read-operation-description",
"read-operation-names",
"read-resource",
"read-resource-description",
"validate-address",
"write-attribute"
]
}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira