Description
In the baseBean.vm template the field definitions for referenced objects mergepoints are present but the generated beans do not contain the fields. The methods do properly reference the fields but the code does not compile because the field declarations are missing.
-
- field definitions for referenced objects
#if ($torqueGen.booleanOption("torque.om.complexObjectModel"))
$torqueGen.mergepoint("fieldDefinitionsReferencedObjects")
## - field definitions for referencing objects
$torqueGen.mergepoint("fieldDefinitionsReferencingObjects")
#end
- field definitions for referenced objects
I am not familiar enough with templates to figure why it isn't working.