Bug 998973 - add EPP case to JBossProductType.java
Summary: add EPP case to JBossProductType.java
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Plugins
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: RHQ 4.10
Assignee: Jay Shaughnessy
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks: 998968
TreeView+ depends on / blocked
 
Reported: 2013-08-20 12:55 UTC by bkramer
Modified: 2014-04-23 12:30 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-04-23 12:30:07 UTC
Embargoed:


Attachments (Terms of Use)

Description bkramer 2013-08-20 12:55:25 UTC
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:

Comment 1 Heiko W. Rupp 2013-08-20 13:45:36 UTC
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

Comment 2 Heiko W. Rupp 2013-08-20 15:30:42 UTC
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

Comment 3 Heiko W. Rupp 2013-08-21 09:41:43 UTC
Scratch my comment(s) -- I confused EPP5 with JPP6

Comment 4 Heiko W. Rupp 2013-09-10 09:51:31 UTC
Setting to 4.10 and to check if this can be achieved from the EPP plugin itself via the new callbacks.

Comment 5 Larry O'Leary 2013-09-25 02:44:12 UTC
This was done in https://git.fedorahosted.org/cgit/rhq/rhq.git/commit/?id=4ab55e2fa95282b5d1ecd26ef30a86910a7d1974 for downstream JBoss ON.

Comment 6 Heiko W. Rupp 2014-04-23 12:30:07 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.