throws ExpressionException {
// We need at least 1 parameter
if ((values == null) || (values.length < 1)) {
logger.error("invalid-getInstance-call", new Object[] {namespace.getName()});
throw new ExpressionException(
"Call to get" + namespace.getName() + "Instance with no " +
"arguments.");
}
// Extract the mariner request context from the expression context and