On May 14, 2007, at 8:57 PM, Tomi N/A wrote:
mca = (MyClassA) Util.getCommonContext().objectFromDataRow(SpisUtil.class, dr, false);
This is the source of the memory leak. You may want to replace the context after processing an X number of rows.
(btw, Cayenne 3.0 nightly's fix that, but you mentioned you don't want to upgrade just yet)
Andrus
