Bug 1181854
| Summary: | Deployment fails if a web-fragment.xml references fragment name that's not present | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | James Livingston <jlivings> |
| Component: | Web | Assignee: | Rémy Maucherat <rmaucher> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Michael Cada <mcada> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3.2 | CC: | hpeng, joallen |
| Target Milestone: | ER2 | ||
| Target Release: | EAP 6.4.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:38:54 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
James Livingston
2015-01-13 22:58:10 UTC
Upstream AS 6 changeset was https://source.jboss.org/changelog/JBossAS6/?cs=110198 The same validation code seems written in class "WarMetaDataProcessor.java": https://github.com/undertow-io/undertow-subsystem/blob/master/extension/src/main/java/org/jboss/as/undertow/deployment/WarMetaDataProcessor.java "throw new IllegalStateException(MESSAGES.invalidRelativeOrderingUnknownName(webOrdering.getJar()))" (In reply to Jason Peng from comment #3) > The same validation code seems written in class "WarMetaDataProcessor.java": > > https://github.com/undertow-io/undertow-subsystem/blob/master/extension/src/ > main/java/org/jboss/as/undertow/deployment/WarMetaDataProcessor.java > > "throw new > IllegalStateException(MESSAGES. > invalidRelativeOrderingUnknownName(webOrdering.getJar()))" Also in EAP 6.3, the validation is written in this file: org.jboss.as.web.deployment.WarMetaDataProcessor.java "throw new IllegalStateException(MESSAGES.invalidRelativeOrderingUnknownName(webOrdering.getJar()));" Verified with EAP 6.4.0.ER2 |