super.invoke(m);
}
// 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());
}
}
catch (Throwable th)