Description of problem: Customer want to differentiate alerts for different types of JBoss server: EAP & EPP. An easy way would be to use the name of inventoried JBoss server (starts with the string returned by JBossProductType.java) possible for EAP, EWP, SOA & BRMS. Unfortunately the EPP case does not exist in JBossProductType.java and they would like to obtain a patch for the class : rhq/modules/plugins/jboss-as-5/src/main/java/org/rhq/plugins/jbossas5/helper/JBossProductType.java This should be easily feasable, as the jboss-epp-5.2/jboss-as/bin/run.jar (META-INF/MANIFEST.MF) contains the line : Implementation-Title: JBoss [EPP] Version-Release number of selected component (if applicable): RHQ 4.4 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Additional info:
It looks like this is currently a typo: EPP("EPP", "JBoss EAP 6", "JBoss Enterprise Portal Platform 6", "Portal Platform"), (note "EAP" in the 2nd entry) In org.rhq.modules.plugins.jbossas7.JBossProductType
EPP("EPP", "JBoss EAP 6", "JBoss Enterprise Portal Platform 6", "Portal Platform") should not exist anymore, JPP("JPP", "JBoss EPP 6", "JBoss Portal Platform 6", "Portal Platform"), is the correct one
Scratch my comment(s) -- I confused EPP5 with JPP6
Setting to 4.10 and to check if this can be achieved from the EPP plugin itself via the new callbacks.
This was done in https://git.fedorahosted.org/cgit/rhq/rhq.git/commit/?id=4ab55e2fa95282b5d1ecd26ef30a86910a7d1974 for downstream JBoss ON.
Bulk closing of 4.10 issues. If an issue is not solved for you, please open a new BZ (or clone the existing one) with a version designator of 4.10.