Bug 955818
| Summary: | Class-Path manifest entries for WARs-in-EAR not handled properly | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | James Livingston <jlivings> |
| Component: | Server | Assignee: | Jason Greene <jason.greene> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.1 | CC: | cdewolf, istudens, jmartisk, joallen, kkhan, lthon, rsvoboda, smumford |
| Target Milestone: | ER1 | ||
| Target Release: | EAP 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
In previous versions of JBoss EAP 6, when multiple sub-deployments in an EAR referred to a single non-module jar via Class-Path manifest entries, it was added to the first sub-deployment's classloader.
This caused Class loading problems as the classes in the utility jar would be located in the wrong classloader.
This version of the product creates a new deployment module for the utility jar, and has all dependant deployments use it. As a result, the Classloading problems no longer occur.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-28 15:41:41 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: | 1323345 | ||
|
Description
James Livingston
2013-04-23 22:57:03 UTC
Stuart Douglas <stuart.w.douglas> updated the status of jira WFLY-939 to Resolved This is the upstream PR: https://github.com/wildfly/wildfly/pull/4421 Reproduced and verified on EAP 6.3.0.ER1. |