Description of problem: most recent version of rhq 4.4 master started to detect EAP6 running in domain mode as "domain JBoss EAP 6 Domain Controller" before, same EAP6 server instance was detected as "EAP DomainController" I do not understand why it has changes and I think the word "domain" is a little bit redundant and the default name is quite long. I am also not sure whether type of resource 'JBossAS7 Host Controller' is correct. It should rather be 'JBossAS7 Domain Controller' Version-Release number of selected component (if applicable): Version: 4.4.0-SNAPSHOT Build Number: 559098b How reproducible: always Steps to Reproduce: 1. standup EAP6 in domain mode with default configuration 2. import it Actual results: Expected results: to be discussed. I suggest "EAP 6 Domain Controller" Additional info:
per BZ triage 4/2/2012 HIGH
Done in master: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=4d090bd Here's how the default Resource names now look: domain controller: EAP Domain Controller (127.0.0.1:9990) host controller: EAP Host Controller (127.0.0.1:9990) standalone server: EAP (127.0.0.1:9990) Note, the last portion is the management host and port, and is what will ensure the default Resource names are unique when there are multiple AS7 instances running on the same platform. This is analogous to what we did in the AS4 and AS5 plugins, which was to append the JNP host and port to the default Resource names.
Bulk closing of old issues that are in VERIFIED state.