i++;
}
}
// EjbSelect.execute_xxxx(deploymentInfo, signature, [returnType.] args[]);
mv.visitMethodInsn(INVOKESTATIC,
Type.getInternalName(executeMethod.getDeclaringClass()),
executeMethod.getName(),
Type.getMethodDescriptor(executeMethod));
// if this is a void type, we just return. Otherwise, the return type