Description of problem: Agent discovery command message shows resource id with comma [,] > discovery --verbose --resourceId=10013 The given resource ID [10,013] does not match any resource in inventory. Version-Release number of selected component (if applicable): RHQ-Master build #442 http://hudson-qe.rhq.rdu.redhat.com:8080/view/RHQ/job/ci-rhq-master/442/ How reproducible: Always Steps to Reproduce: 1) Installed RHQ server and agent 2) Execute command on agent: discovery --verbose --resourceId=<INVALID_RESOURCE_ID> Actual results: Agent discovery command message shows resource id with comma [,] Expected results: Agent discovery command message should not show resource id with comma. > discovery --verbose --resourceId=10013 The given resource ID [10013] does not match any resource in inventory.
fixed... commit 6f88237
Verified on build#1140 (Version: 4.0.0-SNAPSHOT Build Number: 0589b9e) Agent discovery command message does not display resource id with comma. Marking as verified
Bookkeeping - closing bug - fixed in recent release.