logger.log(BasicLevel.DEBUG, "Unbind a PM from the thread: " + pr);
}
pms.unbind(pr);
managedPM.releaseResource(pr);
} catch (Exception e) {
throw new JDOFatalInternalException(
"Impossible to release this PersistenceManager in the pool.",
new Exception[]{ExceptionHelper.getNested(e)});
}
}