[
https://issues.apache.org/jira/browse/AXIS2-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079820#comment-13079820
]
Paul Hodchenkov commented on AXIS2-4944:
----------------------------------------
The following did the trick with Axis2 Stub in mediator in ESB axis2.xml:
<transportSender name="local"
class="org.apache.axis2.transport.local.NonBlockingLocalTransportSender"/>
<transportSender name="local2"
class="org.apache.axis2.transport.local.LocalTransportSender"/>
I added "local2" transport. So axis2 stub need to use
"local2://localhost/services/MyProxy", but proxy->proxy should use "local".
> Improve Axis2 local transport to work with Apache Synapse's nhttp transport
> ----------------------------------------------------------------------------
>
> Key: AXIS2-4944
> URL: https://issues.apache.org/jira/browse/AXIS2-4944
> Project: Axis2
> Issue Type: Improvement
> Components: transports
> Affects Versions: nightly
> Environment: Ubuntu 10.04
> Sun JDK 1.6
> Reporter: Heshan Suriyaarachchi
> Assignee: Ruwan Linton
> Fix For: 1.7.0
>
> Attachments: AXIS2-4944-patch-ver2.txt, AXIS2-4944-patch-ver3.txt,
> AXIS2-4944-patch-ver5.txt, AXIS2-4944-patch.txt, synapse.xml
>
>
> Currently we can not use the axis2 local-transport with Apache Synapse's
> nhttp transport.
> I am looking into improving the existing local-transport of axis2 to work
> with nhttp transport.
> I will provide a patch to fix this.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]