Comment
03-24-2015
01:07 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
03-24-2015
01:07 PM
Edit the validatePropertiesAccessors action
You can comment these lines:
if (properties.keys.length >0) {
if (debug == true) System.getModule("com.vmware.coe.tools").profile("validatePropertiesAccessors", startDate, "Issue with accessor for properties " + properties.keys);
return "Issue with accessor for properties " + properties.keys;
}
I may comment these in a next release. The thing is this helps to find out invalid properties. It a property always return null then maybe there is a problem with it.