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 "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org> on 2007/07/02 09:53:04 UTC

[jira] Resolved: (WSCOMMONS-153) XmlSchemaSerializer not serializing AppInfo markup

     [ https://issues.apache.org/jira/browse/WSCOMMONS-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ajith Harshana Ranabahu resolved WSCOMMONS-153.
-----------------------------------------------

    Resolution: Fixed

Apologies for closing this issue without a proper test case earlier. Now it is fixed in the trunk and the given schema is added as a test case.

> XmlSchemaSerializer not serializing AppInfo markup
> --------------------------------------------------
>
>                 Key: WSCOMMONS-153
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-153
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: XmlSchema
>            Reporter: Cindy McNally
>         Attachments: annotationIssues.xsd
>
>
> XmlSchemaAppInfo content not serialized. The following:
> <xs:schema targetNamespace="http://foo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
>   <xs:annotation>
>     <xs:appinfo>
>       <ns01:bar xmlns:ns01="http://anyuri"/>
>     </xs:appinfo>
>   </xs:annotation>
> </xs:schema>
> Is serialized as:
> <xs:schema targetNamespace="http://foo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
>   <xs:annotation>
>     <xs:appinfo/>
>   </xs:annotation>
> </xs:schema>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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