}
// if this is a non-entrant message to the container let it through
if (mi instanceof CMRInvocation)
{
Entrancy entrancy = ((CMRInvocation) mi).getEntrancy();
if (entrancy == Entrancy.NON_ENTRANT)
{
log.trace("NON_ENTRANT invocation");
return true;
}