AW: Torque 4.0 - Add delete() / loadByPk(...) methods to Record object

2006-12-06 Thread Thoralf Rickert
So this would be shortcuts for *Peer.retrieveByPK and *Peer.delete(...)? -Ursprüngliche Nachricht- Von: Greg Monroe [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 5. Dezember 2006 20:10 An: Apache Torque Developers List Betreff: Torque 4.0 - Add delete() / loadByPk(...) methods to

[jira] Created: (TORQUE-73) Missing log4j.jar for Torque Generator?

2006-12-06 Thread Joerg Friedrich (JIRA)
Missing log4j.jar for Torque Generator? --- Key: TORQUE-73 URL: http://issues.apache.org/jira/browse/TORQUE-73 Project: Torque Issue Type: Bug Components: Generator Affects Versions: 3.3

[jira] Created: (TORQUE-74) Target datasql can't find src/sql/sqldb.map file

2006-12-06 Thread Joerg Friedrich (JIRA)
Target datasql can't find src/sql/sqldb.map file Key: TORQUE-74 URL: http://issues.apache.org/jira/browse/TORQUE-74 Project: Torque Issue Type: Bug Components: Generator Affects

[jira] Updated: (TORQUE-74) Targets sql and datasql can't find required files

2006-12-06 Thread Joerg Friedrich (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-74?page=all ] Joerg Friedrich updated TORQUE-74: -- Summary: Targets sql and datasql can't find required files (was: Target datasql can't find src/sql/sqldb.map file) Description: I like to create

[jira] Commented: (TORQUE-74) Targets sql and datasql can't find required files

2006-12-06 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-74?page=comments#action_12456094 ] Thoralf Rickert commented on TORQUE-74: --- I think, the sqldb.map file is generated when you call the sql ant-task. But I don't know why this file is necessary

Re: Torque 4.0 - Add delete() / loadByPk(...) methods to Record object

2006-12-06 Thread Thomas Vandahl
Greg Monroe wrote: and the delete() method would throw an exception if called on a new record. +1 on this one. I added them myself. Maybe one should setNew(true) after successful delete. Bye, Thomas. - To unsubscribe,

[jira] Commented: (TORQUE-74) Targets sql and datasql can't find required files

2006-12-06 Thread CG Monroe (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-74?page=comments#action_12456151 ] CG Monroe commented on TORQUE-74: - From the error messages, this is probably not a bug but due to the fact you seem to be trying to run with the setting: