Bug 1135578

Summary: [GSS] (6.3.x) 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: high Docs Contact:
Priority: high    
Version: 6.3.0CC: acavalla, asoldano, istudens, jawilson, jbliznak, rsvoboda, tasato
Target Milestone: CR1   
Target Release: EAP 6.3.2   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1135577
: 1135579 (view as bug list) Environment:
Last Closed: 2019-08-19 12:41:28 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: 1135577    
Bug Blocks: 1115216, 1132166, 1135579, 1144103    

Description Kyle Lape 2014-08-29 17:07:45 UTC
+++ This bug was initially created as a clone of Bug #1135577 +++

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.

--- Additional comment from Kyle Lape on 2014-08-29 13:06:15 EDT ---

This is already fixed in CXF 2.7.12.

Comment 1 Tadayoshi Sato 2014-10-10 01:09:52 UTC
*** Bug 1150934 has been marked as a duplicate of this bug. ***

Comment 8 Jan Blizňák 2014-10-15 17:51:22 UTC
Verified on 6.3.2.CP.CR1