Re: Questions on TCP Transport

2010-05-20 Thread Hiranya Jayathilaka
On Fri, May 21, 2010 at 12:14 AM, Andreas Veithen wrote: > Maybe it would also make sense to merge the > AbstractTransportListenerEx code into AbstractTransportListener. In > the Axis2 transports projects there are currently no more transports > that extend AbstractTransportListener directly. How

Re: Questions on TCP Transport

2010-05-20 Thread Andreas Veithen
Maybe it would also make sense to merge the AbstractTransportListenerEx code into AbstractTransportListener. In the Axis2 transports projects there are currently no more transports that extend AbstractTransportListener directly. However, IIRC, the FIX transport in Synapse still extends AbstractTran

Re: Questions on TCP Transport

2010-05-20 Thread Hiranya Jayathilaka
;information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > > -

RE: Questions on TCP Transport

2010-05-20 Thread Martin Gainty
tenu fourni. Date: Thu, 20 May 2010 15:26:07 +0530 Subject: Re: Questions on TCP Transport From: [email protected] To: [email protected] BTW I came across a problem in the UDP transport when configuring the transport globally in axis2.xml. The problem is in the AbstractDatagra

Re: Questions on TCP Transport

2010-05-20 Thread Hiranya Jayathilaka
BTW I came across a problem in the UDP transport when configuring the transport globally in axis2.xml. The problem is in the AbstractDatagramTransportListener class. The init method of this class calls the init method of the super class. If the transport is globally configured the super class will

Re: Questions on TCP Transport

2010-05-20 Thread Hiranya Jayathilaka
On Thu, May 20, 2010 at 2:38 PM, Andreas Veithen wrote: > On Thu, May 20, 2010 at 08:18, Hiranya Jayathilaka > wrote: > > Hi Folks, > > I was trying to get the TCP transport working with Synapse. I was able to > > get a simple scenario working but I have a couple of questions. > > 1. It seems in

Re: Questions on TCP Transport

2010-05-20 Thread Andreas Veithen
On Thu, May 20, 2010 at 08:18, Hiranya Jayathilaka wrote: > Hi Folks, > I was trying to get the TCP transport working with Synapse. I was able to > get a simple scenario working but I have a couple of questions. > 1. It seems in order to use the TCP listener, one should enable both the TCP > liste

Questions on TCP Transport

2010-05-19 Thread Hiranya Jayathilaka
Hi Folks, I was trying to get the TCP transport working with Synapse. I was able to get a simple scenario working but I have a couple of questions. 1. It seems in order to use the TCP listener, one should enable both the TCP listener and the sender in the axis2.xml. The TCPWorker specifically che