//-------------------------------------------------------------------------
// REVIEW jonathan 2011-12-28 -- to be removed when the change topic name is exposed as part of the component config
@Path("organizations/changeManager")
public DataChangeManagerResource getChangeManager() {
return new DataChangeManagerResource(getOrganizationMaster().changeManager());
}