1 Reply Latest reply on Mar 14, 2002 7:23 AM by juha

    Resource class name - DOH!

    squirest

      Hey,

      I was looking at how we put the resource's class name in the ObjectInstance - by getting the class name of the object being registered.

      However, I think that's wrong. We should be getting the class name from the MBeanInfo.

      I think the steps should be:

      preRegister
      postRegister
      return new ObjectInstance(objectName, getMBeanInfo().getClassName())

      Are there any objections to that?
      Trevor