Bug 1135578 - [GSS] (6.3.x) CXF-5753 - Redefinition of default namespace causes parsing error when JAX-WS handler is configured
Summary: [GSS] (6.3.x) CXF-5753 - Redefinition of default namespace causes parsing err...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Services
Version: 6.3.0
Hardware: All
OS: All
high
high
Target Milestone: CR1
: EAP 6.3.2
Assignee: Alessio Soldano
QA Contact: Rostislav Svoboda
URL:
Whiteboard:
: 1150934 (view as bug list)
Depends On: 1135577
Blocks: 1115216 eap632-blockers, eap632-payload 1135579 1144103
TreeView+ depends on / blocked
 
Reported: 2014-08-29 17:07 UTC by Kyle Lape
Modified: 2019-08-19 12:41 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1135577
: 1135579 (view as bug list)
Environment:
Last Closed: 2019-08-19 12:41:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA CXF-5753 0 None None None Never

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


Note You need to log in before you can comment on or make changes to this bug.