[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-677) MalformedObjectNameException during jmx registration if cache name contains unexpected characters
Paul Ferraro (JIRA)
jira-events at lists.jboss.org
Thu Sep 30 10:10:40 EDT 2010
[ https://jira.jboss.org/browse/ISPN-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro resolved ISPN-677.
-------------------------------
Resolution: Done
Replaced individual string replacements with ObjectName.quote(...)
> 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, 4.2.0.ALPHA2
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Fix For: 4.2.0.BETA1, 4.2.0.Final, 5.0.0.BETA1, 5.0.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