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 Marc Lustig <ml...@marclustig.com> on 2003/02/19 22:42:10 UTC

trying to add methods to Object.vm

Hi,
I have just started modifying om/Object.vm to add some convenience methods.
After protected void init${relCol}() ...
I added a method

public void clear${relCol}()
   {
       $collName = null;
   }

rebuilt the jar and ran torque:om.
Strangely the method is just not being generated.
Why is that?
I need some advise what else needs to be considered. Thanks.

Marc