Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 52204 invoked from network); 9 Sep 2008 04:32:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 04:32:29 -0000 Received: (qmail 25013 invoked by uid 500); 9 Sep 2008 04:32:21 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 24965 invoked by uid 500); 9 Sep 2008 04:32:20 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 24954 invoked by uid 99); 9 Sep 2008 04:32:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 21:32:20 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amilasuriarachchi@gmail.com designates 74.125.44.158 as permitted sender) Received: from [74.125.44.158] (HELO yx-out-1718.google.com) (74.125.44.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 04:31:22 +0000 Received: by yx-out-1718.google.com with SMTP id 6so1042815yxn.88 for ; Mon, 08 Sep 2008 21:31:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=EZHi4mqHMdXzKdl9BaWFPatFqpUE5s2f5laLjeByzqE=; b=oqc9vdWeYCEM0hPIAlxy2TetWXxJGdGBH815R33xKyN+og9bzLl9Tu3L82QQf61kOc gbNpiFrx0GKyFClfJrAlSaRoSxpM/6oA/mRiTwAL0tSRweACo6YuytiDi367qDQAwWyG 4VX9JWm4/JrKW6CuXBtQX1ZhZlepbAQNtvL08= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=MZmR4++GUShfbMYhZ/BnV7HBCb2dah/Oy7RTb9LkZHVJLDtS2lKmEATdjf19K+fPBT WHwEpqTFX7/84OvD5C2RujneIRatToePClC1v1ZtpTJC/5NkJqrpMh7VOjOkC6usF/mR bmiUx0hhMtQwInhvObl0a5dSvvgp5pGvYINGE= Received: by 10.103.175.8 with SMTP id c8mr10832847mup.26.1220934711899; Mon, 08 Sep 2008 21:31:51 -0700 (PDT) Received: by 10.103.18.20 with HTTP; Mon, 8 Sep 2008 21:31:51 -0700 (PDT) Message-ID: <60708f4b0809082131w5143874bi769dbae3d122e7a3@mail.gmail.com> Date: Tue, 9 Sep 2008 10:01:51 +0530 From: "Amila Suriarachchi" To: axis-dev@ws.apache.org Subject: Re: Adding Smtp and jms transports to transport module In-Reply-To: <48C5245D.4010600@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19560_31535416.1220934711890" References: <60708f4b0809080221h23277d67gf3a097c14f148b2e@mail.gmail.com> <48C5245D.4010600@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19560_31535416.1220934711890 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Mon, Sep 8, 2008 at 6:40 PM, Deepal jayasinghe wrote: > Hi Amila, > I almost forgot to move transport code to ws-commons, let me do that > first then you can add that to there. I will do that today or tomorrow > (for sure). +1. I think it is better to put those transport to commons project than synapse. As keith has mentioned synapse may do some changes which only applicable to synapse. thanks, Amila. > > > -Deepal > > hi all, > > > > As I remember there was a discussion to put Axis2 transports for a > > different commons project. Finally transports have moved to a > > different module called transports. But smtp and jms transports are > > missing from that module. > > IMHO there are people use these transports. > > Shall I add them from the Axis2 1.4 branch to transports module? > > > > thanks, > > > > > > -- > > Amila Suriarachchi, > > WSO2 Inc. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-dev-help@ws.apache.org > > -- Amila Suriarachchi, WSO2 Inc. ------=_Part_19560_31535416.1220934711890 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline


On Mon, Sep 8, 2008 at 6:40 PM, Deepal jayasinghe <deepalk@gmail.com> wrote:
Hi Amila,
I almost forgot to move transport code to ws-commons, let me do that
first then you can add that to there. I will do that today or tomorrow
(for sure).
+1. I think it is better to put those transport to commons project than synapse.
As keith has mentioned synapse may do some changes which only applicable to synapse.

thanks,
Amila.


-Deepal
> hi all,
>
> As I remember there was a discussion to put Axis2 transports for a
> different commons project.  Finally transports have moved to a
> different module called transports. But smtp and jms transports are
> missing from that module.
> IMHO there are people use these transports.
> Shall I add them from the Axis2 1.4 branch to transports module?
>
> thanks,
>
>
> --
> Amila Suriarachchi,
> WSO2 Inc.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org




--
Amila Suriarachchi,
WSO2 Inc.
------=_Part_19560_31535416.1220934711890--