Comment

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.