You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Rob Decker (JIRA)" <ji...@apache.org> on 2014/05/30 15:35:01 UTC

[jira] [Created] (TORQUE-317) BaseBean does generate fields for referencing objects

Rob Decker created TORQUE-317:
---------------------------------

             Summary: BaseBean does generate fields for referencing objects
                 Key: TORQUE-317
                 URL: https://issues.apache.org/jira/browse/TORQUE-317
             Project: Torque
          Issue Type: Bug
          Components: Templates
    Affects Versions: 4.0
         Environment: Centos 6.4, Java 8
            Reporter: Rob Decker
            Priority: Critical


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

I am not familiar enough with templates to figure why it isn't working.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org