Issue Details (XML | Word | Printable)

Key: WSCOMMONS-81
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Jochen Wiedmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WS-Commons

Proper namespace handling

Created: 04/Sep/06 12:38 AM   Updated: 05/Sep/06 03:07 AM
Return to search
Component/s: XmlSchema
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File XmlSchema-namespace-handling.patch 2006-09-04 12:38 AM Jochen Wiedmann 48 kB
Issue Links:
Dependants
 

Resolution Date: 05/Sep/06 03:07 AM


 Description  « Hide
The namespace handling of XmlSchema is severely broken in several aspects:

- The code for namespace handling is duplicated all over the SchemaBuilder class.
- Namespace declarations are typically honoured only, if they occur at the schema level.

The attached patch fixes the namespace handling in the parser. No attempt is made to fix the serialization.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Davanum Srinivas added a comment - 05/Sep/06 03:07 AM
Applied with a few minor tweaks.

-- dims