You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2006/09/04 02:39:22 UTC

[jira] Created: (WSCOMMONS-81) Proper namespace handling

Proper namespace handling
-------------------------

                 Key: WSCOMMONS-81
                 URL: http://issues.apache.org/jira/browse/WSCOMMONS-81
             Project: WS-Commons
          Issue Type: Bug
          Components: XmlSchema
            Reporter: Jochen Wiedmann
            Priority: Critical
         Attachments: XmlSchema-namespace-handling.patch

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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Resolved: (WSCOMMONS-81) Proper namespace handling

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WSCOMMONS-81?page=all ]

Davanum Srinivas resolved WSCOMMONS-81.
---------------------------------------

    Resolution: Fixed

Applied with a few minor tweaks.

-- dims

> Proper namespace handling
> -------------------------
>
>                 Key: WSCOMMONS-81
>                 URL: http://issues.apache.org/jira/browse/WSCOMMONS-81
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: XmlSchema
>            Reporter: Jochen Wiedmann
>            Priority: Critical
>         Attachments: XmlSchema-namespace-handling.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org