Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

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 ServicesAssignee: Alessio Soldano <asoldano>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.1CC: 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 Flags
enumParam-src.zip none

Description Kyle Lape 2013-01-25 08:35:44 UTC
There are issues with CXF's ASMHelper (StackOverflowError) and JAXBContextInitializer (also StackOverflowError) as well as with classes within JAXB (NullPointerException).

Comment 1 Kyle Lape 2013-01-25 08:38:54 UTC
Created attachment 687319 [details]
enumParam-src.zip

Comment 2 Kyle Lape 2013-01-25 08:40:18 UTC
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.

Comment 3 Alessio Soldano 2013-03-18 15:07:52 UTC
Kyle, can you please double check the referenced cxf jiras? CXF-4755 is fine, what's the other?

Comment 5 Alessio Soldano 2013-09-11 09:18:33 UTC
Kyle, is perhaps https://issues.apache.org/jira/browse/CXF-4773 the other referenced jira?

Comment 6 Kyle Lape 2013-09-23 23:55:59 UTC
I don't have any references to CXF-4773 that I can find easily, but that does look correct.

Comment 8 Rostislav Svoboda 2013-10-29 10:35:26 UTC
EAP 6.2.0 ER6 contains CXF version 2.7.6.redhat-2. Both CXF-4773 and 4755 were fixed in 2.7.3.

Comment 9 Rostislav Svoboda 2013-10-29 10:55:01 UTC
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>.