Bug 1135577

Summary: [GSS] (6.4.0) [CXF-5753] Redefinition of default namespace causes parsing error when JAX-WS handler is configured
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Kyle Lape <klape>
Component: Web ServicesAssignee: Alessio Soldano <asoldano>
Status: CLOSED CURRENTRELEASE QA Contact: Rostislav Svoboda <rsvoboda>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: kkhan, tasato
Target Milestone: DR2   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1135578 (view as bug list) Environment:
Last Closed: 2019-08-02 07:27:18 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: 1115213, 1135578, 1135579, 1143935    

Description Kyle Lape 2014-08-29 17:03:55 UTC
Example XML fragment that fails:

<a xmlns="someNamespace">
  <b xmlns=""/>
</a>

Error:

element {someNamespace}b is found instead of the expected {}b

Obviously <b> is not qualified with "someNamespace", so CXF is reading it wrong.

Comment 1 Kyle Lape 2014-08-29 17:06:15 UTC
This is already fixed in CXF 2.7.12.

Comment 2 Tadayoshi Sato 2014-10-10 01:12:10 UTC
*** Bug 1150931 has been marked as a duplicate of this bug. ***

Comment 3 Rostislav Svoboda 2014-11-26 09:56:10 UTC
Verified on EAP 6.4.0 DR11 using slightly changed reproducer from https://issues.apache.org/jira/browse/CXF-5811

mvn -s ~/TESTING/settings-mead.xml clean package -Dcxf.version=2.7.11.redhat-3 
  fail - EAP 6.3.0 bits

mvn -s ~/TESTING/settings-mead.xml clean package -Dcxf.version=2.7.13.redhat-4 
  pass - EAP 6.4.0 DR11 bits