/* 1113 */ fireSpecViolationEvent(bean, null, section);
/* */ }
/* */
/* */ protected void fireSpecViolationEvent(BeanMetaData bean, Method method, Section section)
/* */ {
/* 1119 */ VerificationEvent event = this.factory.createSpecViolationEvent(this.context, section);
/* */
/* 1121 */ event.setName(bean.getEjbName());
/* 1122 */ event.setMethod(method);
/* */
/* 1124 */ this.context.fireSpecViolation(event);
/* */ }