http://jira.hyperic.com/browse/HHQ-2188
If a resource has a configprop called 'name', then Resource.getConfig() will not be able to actually get that value, as it will use the resource's actual name (it's a field value)
We need a way to separate the field and config values.
Anonymous