lstResult.add(PrintOrder06Interceptor.class.toString());
lstResult.add(MDBInvocationOrder00.class.toString());
// Verifies the invoked interceptors.
try {
checker.check(MDBInvocationOrder00.class.toString(), UNDEFINED, lstResult);
super.log(MDBInvocationOrder00.class.toString(), AROUND_INVOKE, MDBInvocationOrder00.class.toString());
} catch (Exception e) {
logger.error("Error verifying interceptors order. Exception: ", e);
}