From: mark81 at gmail.com (Mark Mitchell) Date: Wed, 18 Oct 2006 07:38:36 -0400 Subject: [Pljava-dev] Followup, regarding ResultSet _new in triggers and Tada Wiki Message-ID: <449f4cf70610180438x3c928febw693667dae457e841@mail.gmail.com> Btw, the pljava wiki has been down the last couple days: (http://wiki.tada.se/wiki/display/pljava/Triggers for example) I had mentioned in my previous message about closing the _new ResultSet (from TriggerData.getNew()) to try to stop my slow memory leak problem. Turns out that actually prevented my updateObjects from taking affect - so I took it back out, assuming we are not supposed to close that ResultSet. From the examples it looked like that was the intended behaviour anyways -- not to close _new. -Mark