}
public void setRoleMap(RoleMapElement newVal) throws PropertyVetoException {
// why doesn't this get called
//
RoleMapElement oldVal = roleMap;
fireMyVetoableChange("roleMap", oldVal, newVal); // NOI18N
roleMap = newVal;
fileBean.setRoleMap(newVal.getRoleMap());
fireMyPropertyChange("roleMap", oldVal, newVal); // NOI18N
}