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