Upgrading openjpa from 1.0.1 to 1.2.1 seems to introduce a memory leak in our application -- leaving the server running for a few days results in OOM errors (there are quartz tasks making simple openjpa selects during this time). A heap dump reveals org.apache.openjpa.kernel.FinalizingBrokerImpl as the dominant object, according to Eclipse's memory analysis plugin.
Does anyone have an idea of what might be causing this? -- _____________ David Minor
