// PropertyVetoException if it was not successful
if (!validatePendingSetBeanContext(bc)) {
this.rejectedSetBCOnce = true;
fireVetoableChange(BEAN_CONTEXT, this.beanContext, bc);
throw new PropertyVetoException(Messages.getString("beans.0F"), //$NON-NLS-1$
new PropertyChangeEvent(this.beanContextChildPeer,
BEAN_CONTEXT, this.beanContext, bc));
}
this.rejectedSetBCOnce = false;