Bug 903983
| Summary: | Various deployment errors when processing a parametrized type <E extends Enum> | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Kyle Lape <klape> | ||||
| Component: | Web Services | Assignee: | Alessio Soldano <asoldano> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.1 | CC: | rsvoboda | ||||
| Target Milestone: | Pending | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 6.1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-15 16:18:38 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: | |||||||
| Attachments: |
|
||||||
|
Description
Kyle Lape
2013-01-25 08:35:44 UTC
Created attachment 687319 [details]
enumParam-src.zip
This is to track the fixes Jim has made in upstream CXF. There are still issues with JAXB, so there are likely more fixes to come. Kyle, can you please double check the referenced cxf jiras? CXF-4755 is fine, what's the other? Kyle, is perhaps https://issues.apache.org/jira/browse/CXF-4773 the other referenced jira? I don't have any references to CXF-4773 that I can find easily, but that does look correct. EAP 6.2.0 ER6 contains CXF version 2.7.6.redhat-2. Both CXF-4773 and 4755 were fixed in 2.7.3. Verified on EAP 6.2.0 ER6 Checked with enumParam.jar from https://access.redhat.com/support/cases/00760811/ Errors related to StackOverflowError are gone. Received NPE from JAXB, based on comment from Feb 8, 2013 in support case it's expected. Workaround is to change <T extends Enum<T>> to <Enum>. |