{
// todo: this should be done better cf regPropListener
newReg.setModifiedSinceLastRefresh(true); // mark as modified to force refresh of RegistrationData
// attempt to modify the registration using new registration info
info.setRegistrationInfo(newReg);
info.modifyRegistration();
newReg.setModifiedSinceLastRefresh(false);
beanContext.createInfoMessage(MODIFY_REG_SUCCESS);
}
catch (Exception e)