throw new ObjectExistsException(_loc.get("cache-exists",
obj.getClass().getName(), id)).setFailedObject(obj);
// if had embedded sm, null it
if (sm != null)
pc.pcReplaceStateManager(null);
// create new sm
sm = new StateManagerImpl(id, meta, this);
if ((_flags & FLAG_ACTIVE) != 0) {
if (explicit)