Bug 1006830
Summary: | Consoles contain incorrect product name | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Nikoleta Hlavickova <nziakova> |
Component: | Build | Assignee: | jboss-set |
Status: | CLOSED EOL | QA Contact: | Petr Kremensky <pkremens> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | brian.stansberry, dandread, myarboro, pkremens |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | EAP 6.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-08-19 12:46:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Nikoleta Hlavickova
2013-09-11 10:50:19 UTC
Changing this requires an interaction with all Red Hat products that consume the return value of the org.jboss.as.version.ProductConfig.getProductName() method, as well any products that read the highlighted attribute in the management API. Changing the value may constitute a breaking change for some or all of them. I expect that layered products actually override this value with their own, but I could be wrong. EAP itself will need minor code changes to deal with the inclusion of "JBoss" in the value, as there are some places where code already prefixes this value with "JBoss ". So doing it in the value itself will result in "JBoss JBoss EAP..." For example, in the server start message in the logs. Note also that end users theoretically could be counting on the current value of this attribute, and that changing it could be a breaking change for those users. Closing this as won't fix based on Brian's comments. We'll probably need a change request if we decide to change this in a future release. Reopening to reconsider for EAP 6.3. I will set the flag once it is available. |