bs.getCategoryBag().getKeyedReference().add(kr);
be.getBusinessServices().getBusinessService().add(bs);
sb.getBusinessEntity().add(be);
try {
BusinessDetail saveBusiness = publication.saveBusiness(sb);
DeleteBusiness db = new DeleteBusiness();
db.setAuthInfo(authInfoJoe);
db.getBusinessKey().add(saveBusiness.getBusinessEntity().get(0).getBusinessKey());
publication.deleteBusiness(db);
Assert.fail("request should have been rejected");
} catch (ValueNotAllowedException ex) {
HandleException(ex);