Bug 1059209
| Summary: | eap6-supported-artifacts BOM refers to versions of artifacts not available in patched EAP server | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Nikoleta Hlavickova <nziakova> |
| Component: | Maven Repository | Assignee: | Vaclav Tunka <vtunka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.1 | CC: | bsutter, dosoudil |
| Target Milestone: | CR3 | ||
| Target Release: | EAP 6.2.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-24 20:14:33 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1027004 | ||
The patch zip has been fixed to include all upgraded jboss-as-* jars. No change in the BOM. Fixed in EAP 6.2.1.CP.CR3.1. Verified with EAP 6.2.1.CP.CR3.1 |
This affects org-jboss-as-* artifacts not included in CP. CP contains versions 7.3.1.Final-redhat-2 6.2.0 EAP server contains versions 7.3.0.Final-redhat-14 BOM file refers to versions 7.3.1.Final-redhat-2 Example for jboss-as-mail which is not included in CP: BOM file: <dependency> <groupId>org.jboss.as</groupId> <artifactId>jboss-as-mail</artifactId> <version>7.3.1.Final-redhat-2</version> </dependency> EAP 6.2.0 + CP: ./modules/system/layers/base/org/jboss/as/mail/main/jboss-as-mail-7.3.0.Final-redhat-14.jar BOM file should contain artifact versions which are available in the patched EAP server.