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 "Thomas Fox (JIRA)" <ji...@apache.org> on 2014/09/03 21:33:51 UTC

[jira] [Resolved] (TORQUE-316) saveMethods.vm has toSave.setNew instead of a using toSaveVariableWithDot

     [ https://issues.apache.org/jira/browse/TORQUE-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Fox resolved TORQUE-316.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 4.1

> saveMethods.vm has toSave.setNew instead of a using toSaveVariableWithDot
> -------------------------------------------------------------------------
>
>                 Key: TORQUE-316
>                 URL: https://issues.apache.org/jira/browse/TORQUE-316
>             Project: Torque
>          Issue Type: Bug
>          Components: Templates
>    Affects Versions: 4.0
>            Reporter: Rob Decker
>            Assignee: Thomas Fox
>            Priority: Critical
>             Fix For: 4.1
>
>
> When I generate classes with 
> torque.om.addSaveMethods=true
> torque.om.saveMethodsInDbObjects=true
> The dbobjects won't compile because the line toSave.setNew(false) is not a variable. I updated the saveMethods.vm template to fix the issue with this:
> diff torque-templates-4.0-new/org/apache/torque/templates/om/templates/general/saveMethods.vm torque-templates-4.0-orig/org/apache/torque/templates/om/templates/general/saveMethods.vm
> 65c65
> <                     ${toSaveVariableWithDot}setNew(false);
> ---
> >                     toSave.setNew(false);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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