If rhq-register functionality was merged into master it needs to be turned off prior to the next JON release. Greg, may have more information about rhq-register was doing and what to look for to determine if its in Master
Here is a summary of the relevant java files that I found, modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/registration/RegistrationException.java modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/registration/RegistrationManagerBean.java modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/registration/RegistrationManagerLocal.java modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/registration/RegistrationManagerRemote.java modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/registration/ReleaseRepoMapping.java modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/registration/test/RegistrationBeanTest.java ----------------------------------- modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/util/LookupUtil.java modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/util/RemoteAPIValidator.java modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/webservices/WebservicesManagerBean.java modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/webservices/WebservicesRemote.java modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/resource/test/ResourceManagerBeanTest.java The first set of classes is potentially dead code that we may want to consider altogether removing from the code base. The second set of classes has references to the first set and those references have to be removed. The only place I have found where the rhq-register functionality is exposed to the outside world is in the web services api. If we elect to keep the code in the source tree and do not want to expose it to the outside world, then I think we can effectively do so by removing it from the web services api.
Removed rhq-register functionality from the web services api. Pushed commit to bugfixes branch. hash: 36812ce7837b6db8a41c114bffcedc2e84b485c6
Changes merged into master. Moving to ON_QA.
Forgot to actually move this one to ON_QA.
QA Verified - or closing.
Mass-closure of verified bugs against JON.