ServiceBinding serviceBinding = getReadOnlyServiceBindingWithId(serviceBindingId, db);
Collection qualifyerList = serviceBinding.getBindingQualifyers();
qualifyerVOList = toVOList(qualifyerList);
//If any of the validations or setMethods reported an error, we throw them up now before create.
ceb.throwIfNotEmpty();
commitTransaction(db);
}
catch(ConstraintException ce)
{