You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Supun Kamburugamuva (JIRA)" <ji...@apache.org> on 2010/02/28 17:51:06 UTC

[jira] Created: (SYNAPSE-615) Ability to set configuration parameters for endpoints

Ability to set configuration parameters for endpoints
-----------------------------------------------------

                 Key: SYNAPSE-615
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-615
             Project: Synapse
          Issue Type: New Feature
            Reporter: Supun Kamburugamuva
            Priority: Minor


Endpoints can have user defined algorithms for load balancing. These algorithms can accept parameters. But at the moment there is no standard way to define these parameters for endpoints. 

It will be nice to have something like following to configure an endpoint

<endpoint>
   <address url=""/>
   <parameter name="">value</parameter>*
</endpoint>






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


[jira] Assigned: (SYNAPSE-615) Ability to set configuration parameters for endpoints

Posted by "Supun Kamburugamuva (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Supun Kamburugamuva reassigned SYNAPSE-615:
-------------------------------------------

    Assignee: Supun Kamburugamuva

> Ability to set configuration parameters for endpoints
> -----------------------------------------------------
>
>                 Key: SYNAPSE-615
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-615
>             Project: Synapse
>          Issue Type: New Feature
>          Components: Endpoints
>            Reporter: Supun Kamburugamuva
>            Assignee: Supun Kamburugamuva
>            Priority: Minor
>         Attachments: SYNAPSE-615.patch
>
>
> Endpoints can have user defined algorithms for load balancing. These algorithms can accept parameters. But at the moment there is no standard way to define these parameters for endpoints. 
> It will be nice to have something like following to configure an endpoint
> <endpoint>
>    <address url=""/>
>    <parameter name="">value</parameter>*
> </endpoint>

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


[jira] Resolved: (SYNAPSE-615) Ability to set configuration parameters for endpoints

Posted by "Supun Kamburugamuva (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Supun Kamburugamuva resolved SYNAPSE-615.
-----------------------------------------

    Resolution: Fixed

Fixed in the trunk

> Ability to set configuration parameters for endpoints
> -----------------------------------------------------
>
>                 Key: SYNAPSE-615
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-615
>             Project: Synapse
>          Issue Type: New Feature
>          Components: Endpoints
>            Reporter: Supun Kamburugamuva
>            Assignee: Supun Kamburugamuva
>            Priority: Minor
>         Attachments: SYNAPSE-615.patch
>
>
> Endpoints can have user defined algorithms for load balancing. These algorithms can accept parameters. But at the moment there is no standard way to define these parameters for endpoints. 
> It will be nice to have something like following to configure an endpoint
> <endpoint>
>    <address url=""/>
>    <parameter name="">value</parameter>*
> </endpoint>

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


[jira] Updated: (SYNAPSE-615) Ability to set configuration parameters for endpoints

Posted by "Supun Kamburugamuva (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Supun Kamburugamuva updated SYNAPSE-615:
----------------------------------------

    Attachment:     (was: SYNAPSE-615.patch)

> Ability to set configuration parameters for endpoints
> -----------------------------------------------------
>
>                 Key: SYNAPSE-615
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-615
>             Project: Synapse
>          Issue Type: New Feature
>          Components: Endpoints
>            Reporter: Supun Kamburugamuva
>            Priority: Minor
>         Attachments: SYNAPSE-615.patch
>
>
> Endpoints can have user defined algorithms for load balancing. These algorithms can accept parameters. But at the moment there is no standard way to define these parameters for endpoints. 
> It will be nice to have something like following to configure an endpoint
> <endpoint>
>    <address url=""/>
>    <parameter name="">value</parameter>*
> </endpoint>

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


[jira] Updated: (SYNAPSE-615) Ability to set configuration parameters for endpoints

Posted by "Supun Kamburugamuva (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Supun Kamburugamuva updated SYNAPSE-615:
----------------------------------------

    Attachment: SYNAPSE-615.patch

Attaching a patch that introduce the ability to set configuration parameters for endpoints.

Thanks,
Supun..

> Ability to set configuration parameters for endpoints
> -----------------------------------------------------
>
>                 Key: SYNAPSE-615
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-615
>             Project: Synapse
>          Issue Type: New Feature
>          Components: Endpoints
>            Reporter: Supun Kamburugamuva
>            Priority: Minor
>         Attachments: SYNAPSE-615.patch
>
>
> Endpoints can have user defined algorithms for load balancing. These algorithms can accept parameters. But at the moment there is no standard way to define these parameters for endpoints. 
> It will be nice to have something like following to configure an endpoint
> <endpoint>
>    <address url=""/>
>    <parameter name="">value</parameter>*
> </endpoint>

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


[jira] Updated: (SYNAPSE-615) Ability to set configuration parameters for endpoints

Posted by "Supun Kamburugamuva (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Supun Kamburugamuva updated SYNAPSE-615:
----------------------------------------

    Attachment: SYNAPSE-615.patch

Re-attaching the patch changing the parameter to property

> Ability to set configuration parameters for endpoints
> -----------------------------------------------------
>
>                 Key: SYNAPSE-615
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-615
>             Project: Synapse
>          Issue Type: New Feature
>          Components: Endpoints
>            Reporter: Supun Kamburugamuva
>            Priority: Minor
>         Attachments: SYNAPSE-615.patch
>
>
> Endpoints can have user defined algorithms for load balancing. These algorithms can accept parameters. But at the moment there is no standard way to define these parameters for endpoints. 
> It will be nice to have something like following to configure an endpoint
> <endpoint>
>    <address url=""/>
>    <parameter name="">value</parameter>*
> </endpoint>

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


[jira] Commented: (SYNAPSE-615) Ability to set configuration parameters for endpoints

Posted by "Supun Kamburugamuva (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865057#action_12865057 ] 

Supun Kamburugamuva commented on SYNAPSE-615:
---------------------------------------------

I've changed the patch to use properties instead of parameters.

<endpoint> 
   <address url=""/> 
   <property name="" [value="" | expression=""]/>*
</endpoint> 

> Ability to set configuration parameters for endpoints
> -----------------------------------------------------
>
>                 Key: SYNAPSE-615
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-615
>             Project: Synapse
>          Issue Type: New Feature
>          Components: Endpoints
>            Reporter: Supun Kamburugamuva
>            Priority: Minor
>         Attachments: SYNAPSE-615.patch
>
>
> Endpoints can have user defined algorithms for load balancing. These algorithms can accept parameters. But at the moment there is no standard way to define these parameters for endpoints. 
> It will be nice to have something like following to configure an endpoint
> <endpoint>
>    <address url=""/>
>    <parameter name="">value</parameter>*
> </endpoint>

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


[jira] Updated: (SYNAPSE-615) Ability to set configuration parameters for endpoints

Posted by "Supun Kamburugamuva (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Supun Kamburugamuva updated SYNAPSE-615:
----------------------------------------

    Component/s: Endpoints

> Ability to set configuration parameters for endpoints
> -----------------------------------------------------
>
>                 Key: SYNAPSE-615
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-615
>             Project: Synapse
>          Issue Type: New Feature
>          Components: Endpoints
>            Reporter: Supun Kamburugamuva
>            Priority: Minor
>         Attachments: SYNAPSE-615.patch
>
>
> Endpoints can have user defined algorithms for load balancing. These algorithms can accept parameters. But at the moment there is no standard way to define these parameters for endpoints. 
> It will be nice to have something like following to configure an endpoint
> <endpoint>
>    <address url=""/>
>    <parameter name="">value</parameter>*
> </endpoint>

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