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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/09/04 06:10:23 UTC

[jira] Resolved: (WSCOMMONS-77) OM attribute serialization problem

     [ http://issues.apache.org/jira/browse/WSCOMMONS-77?page=all ]

Deepal Jayasinghe resolved WSCOMMONS-77.
----------------------------------------

    Resolution: Fixed

The problem was due to unwanted jar in my classpath , now the problem is fixed . I am sorry for my mistake.


> OM attribute serialization problem
> ----------------------------------
>
>                 Key: WSCOMMONS-77
>                 URL: http://issues.apache.org/jira/browse/WSCOMMONS-77
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>            Reporter: Deepal Jayasinghe
>            Priority: Blocker
>         Attachments: OMAttributeSerializeTest.java
>
>
> I create an OMElement using following XML , but when I serialize the OMElement I got invalid XML.
> <cg:foo xmlns:cg="http://www.w3.org/test">
>     <item0>value</item0>
>     <item1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>            xsi:nil="true"></item1>
>     <item2>322132131</item2>
>     <item3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>            xsi:nil="true">1121</item3>
>     <item4>item2</item4>
> </cg:foo>
> P:S- I have attached the test case to regenerate the issue,

-- 
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