mpoeschl 02/03/14 04:38:49
Modified: src/templates/om Object.vm
Log:
throwing TorqueException breaks fulcrum so i undo the change
Revision Changes Path
1.24 +1 -1 jakarta-turbine-torque/src/templates/om/Object.vm
Index: Object.vm
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/templates/om/Object.vm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Object.vm 14 Mar 2002 12:35:20 -0000 1.23
+++ Object.vm 14 Mar 2002 12:38:49 -0000 1.24
@@ -771,7 +771,7 @@
* Stores the object in the database. If the object is new,
* it inserts it; otherwise an update is performed.
*/
- public void save() throws TorqueException
+ public void save() throws Exception
{
#if ($complexObjectModel)
save(${table.JavaName}Peer.getMapBuilder()
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>