[
https://issues.jboss.org/browse/JBIDE-24138?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-24138:
---------------------------------------
[~aurelien.pupier] so that means that it will still take some time until you can verify,
correct? I don't like having this linger in the verification filter, but I'm not
sure how to avoid. Because changing the fix version does not seem right.
Implement queryMbeans for Jolokia
---------------------------------
Key: JBIDE-24138
URL:
https://issues.jboss.org/browse/JBIDE-24138
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jmx
Affects Versions: 4.4.4.AM1
Reporter: Aurélien Pupier
Assignee: Aurélien Pupier
Fix For: 4.4.4.AM3
Currently JolokiaMBeanServerConnection.queryMBeans is not implemented
@Override
public Set<ObjectInstance> queryMBeans(ObjectName name, QueryExp query) throws
IOException {
// TODO Auto-generated method stub
return null;
}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)