[jboss-jira] [JBoss JIRA] Commented: (JBAS-6571) JMX filtering does not work with wildcards
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Mar 4 11:53:22 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12455437#action_12455437 ]
Thomas Diesler commented on JBAS-6571:
--------------------------------------
I'm trying to this from within an MBean
ObjectName pattern = ObjectNameFactory.create(Constants.DOMAIN_NAME + ":bundle=*,*");
Set<ObjectName> names = mbeanServer.queryNames(pattern, null);
The same pattern in the jmx-console does not work either, which is not a surprise.
AS runs on jdk1.6
I suspect that our (old jmx) implementation is used, which as you say might not support that.
> JMX filtering does not work with wildcards
> ------------------------------------------
>
> Key: JBAS-6571
> URL: https://jira.jboss.org/jira/browse/JBAS-6571
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JMX
> Affects Versions: JBossAS-5.0.1.GA
> Reporter: Thomas Diesler
> Assignee: Dimitris Andreadis
>
> A filter that works
> jboss:service=invoker,*
> A filter that doesn't work
> jboss:service=inv*,*
> Generally, it seems that wildcards in property values don't work as expected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list