[infinispan-issues] [JBoss JIRA] Updated: (ISPN-677) MalformedObjectNameException during jmx registration if cache name contains unexpected characters
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Wed Oct 13 08:01:40 EDT 2010
[ https://jira.jboss.org/browse/ISPN-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-677:
-------------------------------
Fix Version/s: 4.2.0.ALPHA3
(was: 5.0.0.BETA1)
(was: 5.0.0.Final)
(was: 4.2.0.BETA1)
Affects Version/s: (was: 4.2.0.ALPHA2)
> MalformedObjectNameException during jmx registration if cache name contains unexpected characters
> -------------------------------------------------------------------------------------------------
>
> Key: ISPN-677
> URL: https://jira.jboss.org/browse/ISPN-677
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 4.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Fix For: 4.2.0.ALPHA3, 4.2.0.Final
>
> Attachments: patch.txt
>
>
> Cache names like "jar=clusteredsession-test.jar,name=testIgnoreReplicationStateful,service=EJB3" cause MalformedObjectNameException during jmx registration. In this case, the problematic character is a comma. I would suggest building the object name using ObjectName.quote(...), rather than trying to individually replace all problematic characters in the cache name.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list