Bug 1069349
| Summary: | [GSS] (6.3.0) Schema imports in CXF can have naming conflicts in the URL used to retrieve them | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Kyle Lape <klape> | |
| Component: | Web Services | Assignee: | Alessio Soldano <asoldano> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Rostislav Svoboda <rsvoboda> | |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> | |
| Priority: | unspecified | |||
| Version: | 6.2.0 | CC: | asoldano, ema, jader.rs, jbliznak, kkhan, smumford | |
| Target Milestone: | ER4 | |||
| Target Release: | EAP 6.3.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
A bug in previous releases of JBoss EAP 6 created naming conflicts in URLs when importing schema in CXF. This issue has been addressed in this release of the product.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1069352 1084169 1100931 (view as bug list) | Environment: | ||
| Last Closed: | 2014-06-28 15:45:01 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: | 1069352, 1084169, 1087653, 1100931, 1103627 | |||
|
Description
Kyle Lape
2014-02-24 19:41:16 UTC
Note that while CXF-4910 was mostly fixed in CXF 2.7.11, there was another commit to complete the fix after 2.7.11 was tagged. git commit ID: 80e89da70ac57017afaf712d2559d21a43e0b66a Flagged as Known Issue as ticket unresolved at the time of writing the release note. Setting to MODIFIED for ER4 (I believe the component upgrade solves this) since ER3 is the new beta candidate, and is ER2+beta blockers only Verified on EAP 6.3.0 ER4. For verification used custom application - based on schema import test from CXF. (In reply to Kyle Lape from comment #3) > Note that while CXF-4910 was mostly fixed in CXF 2.7.11, there was another > commit to complete the fix after 2.7.11 was tagged. > > git commit ID: 80e89da70ac57017afaf712d2559d21a43e0b66a Just to add more details about this issue. This BZ is actually created for the schema import issue which Kyle provided the test case to reproduce the customer issue. This git commit is actually fixed for another "schema include" issue Kyle spotted later after this. IMO, this should be created another BZ to track. This bug fix generates another bug. When importing second level xsd in a schema file, the schemaLocation attribute resolves wrong relative path, using ../../ or wathever. This bug persists in 6.3.x and 6.4. Jader, sorry for the late reply. Any chance you can create a BZ or JIRA (upstream) issue with details for reproducing the issue? Thanks |