replayModifications(modifications, ctx, true);
retval = nextInterceptor(ctx);
// JBCACHE-361 Confirm that the transaction is ACTIVE
if (!isActive(ltx))
{
throw new ReplicationException("prepare() failed -- " +
"local transaction status is not STATUS_ACTIVE;" +
" is " + ltx.getStatus());
}
return retval;
}