Description
The JDO Persistence Manager Factory is never closed by the DocumentManagerImpl. It does register listeners with the JDOImplHelper, so those are never removed.
The listeners are for class registration. Since these listeners have back-references, this leads to a memory leak.