[coldbox-3.5.3] validation issue

In my entity, i have this constraint:

this.constraints = {
“build” = {required=true,type=“component”}
}

build is an associated entity.

even though entity.hasBuild() returns true, and entity.getBuild() returns the associated entity, the validation errors and says the property is required.

anyone?