You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Hiranya Jayathilaka (Assigned) (JIRA)" <ji...@apache.org> on 2011/12/19 14:45:31 UTC

[jira] [Assigned] (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 ]

Hiranya Jayathilaka reassigned SYNAPSE-772:
-------------------------------------------

    Assignee: Hiranya Jayathilaka
    
> 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
>            Assignee: Hiranya Jayathilaka
>            Priority: Minor
>             Fix For: 2.1
>
>         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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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