[infinispan-issues] [JBoss JIRA] Updated: (ISPN-677) MalformedObjectNameException during jmx registration if cache name contains unexpected characters
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Wed Sep 29 13:02:39 EDT 2010
[ https://jira.jboss.org/browse/ISPN-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-677:
-------------------------------
Assignee: Paul Ferraro (was: Manik Surtani)
Fix Version/s: 4.2.0.BETA1
4.2.0.Final
5.0.0.BETA1
5.0.0.Final
Affects Version/s: 4.1.0.Final
Again, can I ask you to pls apply this patch? :)
> 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