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/08/31 07:06:23 UTC

[jira] Created: (WSCOMMONS-77) OM attribute sterilization problem

OM attribute sterilization 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


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

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ 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


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

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

Davanum Srinivas updated WSCOMMONS-77:
--------------------------------------

    Summary: OM attribute serialization problem  (was: OM attribute sterilization problem)

fix subject :)

> 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