You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Miyuru Wanninayaka (JIRA)" <ji...@apache.org> on 2011/05/25 10:53:47 UTC

[jira] [Updated] (SYNAPSE-772) Change order of endpoint property serialization

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

Miyuru Wanninayaka updated SYNAPSE-772:
---------------------------------------

    Attachment: SYNAPSE-772.diff

Patch for synapse trunk

> Change order of endpoint property serialization
> -----------------------------------------------
>
>                 Key: SYNAPSE-772
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-772
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>    Affects Versions: NIGHTLY
>            Reporter: Miyuru Wanninayaka
>            Priority: Minor
>             Fix For: NIGHTLY
>
>         Attachments: SYNAPSE-772.diff
>
>
> Currently, properties of endpoints gets serialize before definition of endpoint
> like:
> <endpoint>
> <property name="a" value="x"/>
> <property name="b" value="y"/>
> <address url="http://localhost:9000"/>
> </endpoint>
> Ideally properties should serialized after endpoint definition.
> like:
> <endpoint>
> <address url="http://localhost:9000"/>
> <property name="a" value="x"/>
> <property name="b" value="y"/>
> </endpoint>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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