[ 
https://issues.apache.org/jira/browse/SYNAPSE-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987579#action_12987579
 ] 

Miyuru Wanninayaka commented on SYNAPSE-724:
--------------------------------------------

Hi Supun,

If you serialized sequence:

    <sequence name="main">
        <log level="full"/>
        <drop/>
        <description>Log and Drop</description>
    </sequence>

resulting output will be:

    <sequence name="main">
        <log level="full"/>
        <drop/>
        <axis2ns22:description 
xmlns:axis2ns22="http://ws.apache.org/ns/synapse";>Log and 
Drop</axis2ns22:description>
    </sequence>

There is a redundant synapse namespace declaration in <description> element

With this patch resulting output will be same as input sequence configuration.

Thanks,
Miyuru 


> serialization of description element add redundant namespace declaration
> ------------------------------------------------------------------------
>
>                 Key: SYNAPSE-724
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-724
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>            Reporter: Miyuru Wanninayaka
>         Attachments: SYNAPSE-724.diff
>
>


-- 
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: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to