Persistence deletion sometimes fails on detached entities
Observed in membership.eclipse.org, some of the entities are having issues where the entities to be removed become detached before the removal event finishes. This can happen when transaction boundaries are crossed and the states become detached. While theoretically the session should still be active, the sessions are also bound to the HTTP sessions so there may be some strangeness coming from there.