You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "harm verhagen (JIRA)" <ji...@apache.org> on 2009/08/25 16:17:59 UTC

[jira] Created: (SYNAPSE-575) improve the callout mediator to provide the EPR as an endpoint.

improve the callout mediator to provide the EPR as an endpoint.
---------------------------------------------------------------

                 Key: SYNAPSE-575
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-575
             Project: Synapse
          Issue Type: Improvement
          Components: Core
            Reporter: harm verhagen



Currently callout mediators are currently a bit too simple. You can't specify an endpoint just an URL.  (So missing features likeh Qos etc, etc).



from esb-java-user@wso2.org
Harm wrote:
> A related question.
> It seems however that with callout mediators, you're forced to used a
> fixed URL (fixed string), instead of an endpoint. Is that intentional ?
We could improve the callout mediator to provide the EPR as an endpoint.
It was intentional to keep it simple, because we did it originally for a
customer requirement but of course it should be improved to support
endpoint specifying all other properties of the EPR apart from the
address; for example like QoS options and so on.

Thanks,
Ruwan

-- 
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-575) improve the callout mediator to provide the EPR as an endpoint.

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

Supun Kamburugamuva updated SYNAPSE-575:
----------------------------------------

    Attachment: SYNAPSE-575.patch

I'm attaching a patch that improves the callout mediator to use Endpoints. Only AddressEndpoint and WSDLEndpoint is allowed inside the callout mediator.

With this patch users can use WS-Security, WS-Addressing, WS-Rm to call external services.

 

> improve the callout mediator to provide the EPR as an endpoint.
> ---------------------------------------------------------------
>
>                 Key: SYNAPSE-575
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-575
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>            Reporter: harm verhagen
>         Attachments: SYNAPSE-575.patch
>
>
> Currently callout mediators are currently a bit too simple. You can't specify an endpoint just an URL.  (So missing features likeh Qos etc, etc).
> from esb-java-user@wso2.org
> Harm wrote:
> > A related question.
> > It seems however that with callout mediators, you're forced to used a
> > fixed URL (fixed string), instead of an endpoint. Is that intentional ?
> We could improve the callout mediator to provide the EPR as an endpoint.
> It was intentional to keep it simple, because we did it originally for a
> customer requirement but of course it should be improved to support
> endpoint specifying all other properties of the EPR apart from the
> address; for example like QoS options and so on.
> Thanks,
> Ruwan

-- 
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-575) improve the callout mediator to provide the EPR as an endpoint.

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

Supun Kamburugamuva commented on SYNAPSE-575:
---------------------------------------------

This is a nice requirement. The issue is Endpoints are using the non-blocking model of sending messages out. But callout mediator is designed to support blocking type of invocations. I'll try to come up with a patch with minimal internal API changes.

Supun..

> improve the callout mediator to provide the EPR as an endpoint.
> ---------------------------------------------------------------
>
>                 Key: SYNAPSE-575
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-575
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>            Reporter: harm verhagen
>
> Currently callout mediators are currently a bit too simple. You can't specify an endpoint just an URL.  (So missing features likeh Qos etc, etc).
> from esb-java-user@wso2.org
> Harm wrote:
> > A related question.
> > It seems however that with callout mediators, you're forced to used a
> > fixed URL (fixed string), instead of an endpoint. Is that intentional ?
> We could improve the callout mediator to provide the EPR as an endpoint.
> It was intentional to keep it simple, because we did it originally for a
> customer requirement but of course it should be improved to support
> endpoint specifying all other properties of the EPR apart from the
> address; for example like QoS options and so on.
> Thanks,
> Ruwan

-- 
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-575) improve the callout mediator to provide the EPR as an endpoint.

Posted by "harm verhagen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757856#action_12757856 ] 

harm verhagen commented on SYNAPSE-575:
---------------------------------------

Great I'll check it out.

In what release will this land ?  2.1.1  or 2.2 ?

Regards,
Harm

On Sun, Sep 20, 2009 at 5:18 PM, Supun Kamburugamuva (JIRA) <jira@apache.org



> improve the callout mediator to provide the EPR as an endpoint.
> ---------------------------------------------------------------
>
>                 Key: SYNAPSE-575
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-575
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>            Reporter: harm verhagen
>         Attachments: SYNAPSE-575.patch
>
>
> Currently callout mediators are currently a bit too simple. You can't specify an endpoint just an URL.  (So missing features likeh Qos etc, etc).
> from esb-java-user@wso2.org
> Harm wrote:
> > A related question.
> > It seems however that with callout mediators, you're forced to used a
> > fixed URL (fixed string), instead of an endpoint. Is that intentional ?
> We could improve the callout mediator to provide the EPR as an endpoint.
> It was intentional to keep it simple, because we did it originally for a
> customer requirement but of course it should be improved to support
> endpoint specifying all other properties of the EPR apart from the
> address; for example like QoS options and so on.
> Thanks,
> Ruwan

-- 
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-575) improve the callout mediator to provide the EPR as an endpoint.

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

indika priyantha kumara reassigned SYNAPSE-575:
-----------------------------------------------

    Assignee: Supun Kamburugamuva  (was: indika priyantha kumara)

reassign as Supun is now a committer 

> improve the callout mediator to provide the EPR as an endpoint.
> ---------------------------------------------------------------
>
>                 Key: SYNAPSE-575
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-575
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>            Reporter: harm verhagen
>            Assignee: Supun Kamburugamuva
>         Attachments: SYNAPSE-575.patch
>
>
> Currently callout mediators are currently a bit too simple. You can't specify an endpoint just an URL.  (So missing features likeh Qos etc, etc).
> from esb-java-user@wso2.org
> Harm wrote:
> > A related question.
> > It seems however that with callout mediators, you're forced to used a
> > fixed URL (fixed string), instead of an endpoint. Is that intentional ?
> We could improve the callout mediator to provide the EPR as an endpoint.
> It was intentional to keep it simple, because we did it originally for a
> customer requirement but of course it should be improved to support
> endpoint specifying all other properties of the EPR apart from the
> address; for example like QoS options and so on.
> Thanks,
> Ruwan

-- 
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-575) improve the callout mediator to provide the EPR as an endpoint.

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

indika priyantha kumara reassigned SYNAPSE-575:
-----------------------------------------------

    Assignee: indika priyantha kumara

> improve the callout mediator to provide the EPR as an endpoint.
> ---------------------------------------------------------------
>
>                 Key: SYNAPSE-575
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-575
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>            Reporter: harm verhagen
>            Assignee: indika priyantha kumara
>         Attachments: SYNAPSE-575.patch
>
>
> Currently callout mediators are currently a bit too simple. You can't specify an endpoint just an URL.  (So missing features likeh Qos etc, etc).
> from esb-java-user@wso2.org
> Harm wrote:
> > A related question.
> > It seems however that with callout mediators, you're forced to used a
> > fixed URL (fixed string), instead of an endpoint. Is that intentional ?
> We could improve the callout mediator to provide the EPR as an endpoint.
> It was intentional to keep it simple, because we did it originally for a
> customer requirement but of course it should be improved to support
> endpoint specifying all other properties of the EPR apart from the
> address; for example like QoS options and so on.
> Thanks,
> Ruwan

-- 
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