[ https://issues.apache.org/jira/browse/TORQUE-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Fox reassigned TORQUE-316: --------------------------------- Assignee: Thomas Fox > 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 > > 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.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org