http://jira.hyperic.com/browse/HHQ-1643
The weblogic plugin uses the 'Notes' attribute of the MBean to fill in the description. In WebLogic 7.0 this is coming through as:
weblogic.management.internal.WebLogicAttribute$NullObject@a0ce13
rather than plain 'ol 'null' as it does in version 8.1 and higher of WebLogic, in which case the plugin would not set the resource description.
This is cosmetic but annoying.
Anonymous