Description
The fix for ARIES-1783 has a memory leak. The method org.apache.aries.jpa.supplier.EmSupplier.get() is called every time when a method on EntityManager is called. And every time a ServiceReference to a TransactionManager gets created. But it doesn't get deleted. So we have as many ServiceReferences in the memory as calls on EntityManager.