There actually are not many uses of the ObjectNameConvertor, and simply replacing its use with the ObjectName.quote does resolve the problem. The issue with ObjectName.quote is that it does affect the format of the name regardless of whether or not values need quoting because the quotes are always added. For example:
J2EEApplication=null,J2EEServer="Local",j2eeType=WebModule,name="jmx-con sole.war" If people are trying to use depends on the jsr77 or ejb container names the format will break. We could add an option to the only quote values that really need them so that the only names that would change would be invalid ObjectNames. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Adrian Brock > Sent: Friday, July 29, 2005 10:05 AM > To: jboss-development@lists.sourceforge.net > Subject: RE: [JBoss-dev] New shutdown errors > > On Fri, 2005-07-29 at 12:51, Scott M Stark wrote: > > This is using jdk5, so its picking up that version. > > > > Ahh... > > So Sun's version of ObjectName does not allow construction of > queries through the ObjectName(String, Properties) constructor. > > I guess we'll have to change ObjectNameConvertor to use the > ObjectName(String) constructor instead. > Bug report:http://jira.jboss.com/jira/browse/JBAS-2058 > > Incidently, the ObjectNameConvertor was originally to map > illegal characters in ObjectNames. > The spec defined mechanism to do this (since JMX1.1) has been > to quote the values, e.g. to avoid the problem ? or = > jboss:service=URL,url='http://host?key=value' > > We should probably look at whether JSR77 (and other places) > can be changed to do this rather than all this complicated > replacement of characters. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development