[
https://issues.jboss.org/browse/AS7-4084?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-4084:
---------------------------------------
For that kind of case you are better off declaring the D and E attributes as allowing null
and just return undefined if the services aren't available. Use the attribute
description text to explain why undefined may be returned.
There are precedents for that kind of thing. For example some of the platform mbean
resources use that approach to deal with the fact that JVM vendors aren't required to
support all the API methods in the java.lang.management methods. If the method throws
UnsupportedOperationException, the resource just returns undefined.
Implement JMX-style management access to Infinispan components
---------------------------------------------------------------
Key: AS7-4084
URL:
https://issues.jboss.org/browse/AS7-4084
Project: Application Server 7
Issue Type: Feature Request
Components: Clustering, Domain Management
Affects Versions: 7.1.0.Final
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Fix For: 7.2.0.Alpha1
Provide MBean style access to the underlying components of Infinispan.
We should provide at least the access which was formerly provided by JMX.
--
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