}
if (contextToken == null)
{
if (logger.isErrorEnabled())
logger.error("Could not find context in MessageInContext " +
ri.operation() + ": " + msg.client_context_id);
makeContextError(ri, client_context_id, 2, 1, contextToken);
throw new org.omg.CORBA.NO_PERMISSION("SAS Error invalid context in MessageInContext",
MinorCodes.SAS_TSS_FAILURE,
CompletionStatus.COMPLETED_NO);
}