1 Reply Latest reply on May 11, 2007 12:49 PM by brian.stansberry

    Remove Configuration.serviceName

    brian.stansberry

      The Configuration class has a "serviceName" property that I can't find a good use for. I'd like to get rid of it as it leaks JMX concerns into the core code.

      CacheMgmtInterceptor was using it to figure out a value to add a data to a Notification. With JBCACHE-855 that's no longer the case.

      JmxUtil has some static methods that try to use the value to figure out an ObjectName. I don't think that's valid; any code (e.g. xxxJmxWrapper) that's doing a registration should know it's own ObjectName from MBeanRegistration. So, I'll clean that up.

      Any objections?