From dev-return-12855-apmail-synapse-dev-archive=synapse.apache.org@synapse.apache.org Thu Sep 23 05:54:08 2010 Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 99337 invoked from network); 23 Sep 2010 05:54:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Sep 2010 05:54:07 -0000 Received: (qmail 30811 invoked by uid 500); 23 Sep 2010 05:54:07 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 30719 invoked by uid 500); 23 Sep 2010 05:54:06 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 30712 invoked by uid 99); 23 Sep 2010 05:54:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 05:54:06 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ruwan.linton@gmail.com designates 74.125.82.46 as permitted sender) Received: from [74.125.82.46] (HELO mail-ww0-f46.google.com) (74.125.82.46) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 05:54:02 +0000 Received: by wwj40 with SMTP id 40so849178wwj.15 for ; Wed, 22 Sep 2010 22:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=IFBl3FsiBzOxLZ3yvxHXy9ZGIVv2u81R3xhuZXjb3fU=; b=ABMFw8O4qj5ntZw4lEHLA2xh3zNSpV8suvX3LP1IQXUSt5KQ4nbiHsfK1bFuQjX5un sAfFDlEyYQ1bdtqUtzzAYDprJrC58Z55ObuWTbc4MposTKyQ+kVkOZgmXfUxBNO+UcxY UU74QG6wGEhjltAAxANF38LQlVirkrcNhtb7A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=IaeRFThwq29oo8xHn+49q6DLq4UIfr/s1iX5VTkDpcHG6BXXcFFqxhzQJff51ReRvz xGC1819M8SU6wMmk+K6NNPaR4BuiLnHfLeZiE4gIXSYATwdv5+LWXVcb8ZUK+duibe21 j6MnLYotXTawKp5CM5QTEJxBLLHigq0j+BkKA= MIME-Version: 1.0 Received: by 10.216.52.135 with SMTP id e7mr994720wec.98.1285221220006; Wed, 22 Sep 2010 22:53:40 -0700 (PDT) Received: by 10.216.186.77 with HTTP; Wed, 22 Sep 2010 22:53:39 -0700 (PDT) In-Reply-To: References: Date: Thu, 23 Sep 2010 11:23:39 +0530 Message-ID: Subject: Re: Synapse 2.0 release plan From: Ruwan Linton To: dev@synapse.apache.org Content-Type: multipart/alternative; boundary=0016e6de181c46bba20490e6e2ca --0016e6de181c46bba20490e6e2ca Content-Type: text/plain; charset=ISO-8859-1 +1 Please make sure to fix the bugs but not new features or improvements, those we can do on the trunk and include into the 2.1 Ruwan On Thu, Sep 23, 2010 at 10:02 AM, Hiranya Jayathilaka wrote: > Hi Ruwan, > > I think we should review all the open issues and try to fix as much as > possible. > > Thanks, > Hiranya > > On Thu, Sep 23, 2010 at 12:00 AM, Ruwan Linton > wrote: > > Folks, > > Another update towards the release :-) > > All the dependency versions are fixed on the 2.0 branch and the branch is > > ready for the RC, except for the Sandesha2 dependency. We might have to > drop > > the reliable messaging support by default in this release. Of course > anybody > > interested can take the sandesha2 dependency and add that once it is > > available to get the RM support. > > We need to do the followings before going for the release candidate; > > 1) Tweak the documentation and the site > > 2) complete the synapse configuration language schema > > 3) bundle a script to run the migration tool and related documentation > > I have run a smoke test and everything seems to be fine, but we need all > > your help on completing all the sample tests. I would suggest as you go > on > > testing the samples, please check the relevant sample documentation and > try > > to fix them if there are any thing to be updated. > > All in all we are slightly off the schedule, but from the release date > > perspective should be well on target, if we fail to get the RC by 23rd we > > should be able to get it out on the following day for sure and to remind > you > > all the expected release date is 30th of September. > > Thanks, > > Ruwan > > > > On Wed, Sep 22, 2010 at 7:25 PM, Ruwan Linton > > wrote: > >> > >> Folks, > >> Sorry for the delay, the branch ultimately has been created for the 2.0 > >> release [1], and the trunk is available for the development. > >> As a practice please commit any changes that you do to the branch which > is > >> not specific to the release back to the trunk as well, so we will not > have > >> the merging nightmare after the release. > >> [1] - https://svn.apache.org/repos/asf/synapse/branches/2.0/ > >> Ruwan > >> > >> On Wed, Sep 22, 2010 at 7:38 AM, Ruwan Linton > >> wrote: > >>> > >>> Folks, the branching is getting delayed a bit since I need to do some > >>> changes to the synapse core to fix some API level issues, once that is > done > >>> I will branch off for the 2.0 probably within the next few hours. > >>> In the mean time I heard back from the rampart community and we should > be > >>> able to use the rampart 1.5 release with the axis2 1.5.2. > >>> I guess all is set for the release once the branch creation is done. > >>> Thanks, > >>> Ruwan > >>> > >>> On Tue, Sep 21, 2010 at 2:22 PM, Ruwan Linton > >>> wrote: > >>>> > >>>> Planning to branch off in the night LKT. > >>>> Ruwan > >>>> > >>>> On Mon, Sep 20, 2010 at 11:46 AM, Hiranya Jayathilaka > >>>> wrote: > >>>>> > >>>>> On Mon, Sep 20, 2010 at 11:43 AM, Andreas Veithen > >>>>> wrote: > >>>>> > The Axis2 1.5.2 Maven artifacts started to appear on Maven central. > >>>>> > The distributions and announcements will follow in the next days. > >>>>> > >>>>> Sounds great. > >>>>> > >>>>> Thanks, > >>>>> Hiranya > >>>>> > >>>>> > > >>>>> > Andreas > >>>>> > > >>>>> > On Mon, Sep 20, 2010 at 03:07, Ruwan Linton < > ruwan.linton@gmail.com> > >>>>> > wrote: > >>>>> >> Just FYI, > >>>>> >> Axis2 1.5.2 release vote has passed and once the axis2 > dependencies > >>>>> >> are > >>>>> >> available we can start branching. > >>>>> >> Further we are expecting a Rampart release as well. > >>>>> >> Thanks, > >>>>> >> Ruwan > >>>>> >> > >>>>> >> On Sun, Sep 19, 2010 at 3:01 PM, Ruwan Linton > >>>>> >> > >>>>> >> wrote: > >>>>> >>> > >>>>> >>> Folks, here is the proposed release execution plan for the 2.0 > >>>>> >>> release. > >>>>> >>> Release branch -- 21st of September > >>>>> >>> First RC -- 23rd of September > >>>>> >>> Expecting to Release on 30th of September > >>>>> >>> Yes, it is really quick, but we have realized that we haven't > done > >>>>> >>> a > >>>>> >>> public release from 2 years now, and really the trunk is pretty > >>>>> >>> stable and > >>>>> >>> has enormous number of new features and functionalities to go as > >>>>> >>> 2.0. > >>>>> >>> I expect everyones help on getting the documentation completed > and > >>>>> >>> any > >>>>> >>> corner cases fixed. Please retain committing any experimental > code > >>>>> >>> into the > >>>>> >>> trunk without writing to the dev list till we branch for the 2.0 > >>>>> >>> release on > >>>>> >>> 21st. > >>>>> >>> Thanks, > >>>>> >>> Ruwan > >>>>> >>> > >>>>> >>> -- > >>>>> >>> Ruwan Linton > >>>>> >>> Software Architect & Product Manager, WSO2 ESB; > http://wso2.org/esb > >>>>> >>> WSO2 Inc.; http://wso2.org > >>>>> >>> > >>>>> >>> Lean . Enterprise . Middleware > >>>>> >>> > >>>>> >>> phone: +1 408 754 7388 ext 51789 > >>>>> >>> email: ruwan@wso2.com; cell: +94 77 341 3097 > >>>>> >>> blog: http://blog.ruwan.org > >>>>> >>> linkedin: http://www.linkedin.com/in/ruwanlinton > >>>>> >>> google: http://www.google.com/profiles/ruwan.linton > >>>>> >>> tweet: http://twitter.com/ruwanlinton > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> -- > >>>>> >> Ruwan Linton > >>>>> >> Software Architect & Product Manager, WSO2 ESB; > http://wso2.org/esb > >>>>> >> WSO2 Inc.; http://wso2.org > >>>>> >> > >>>>> >> Lean . Enterprise . Middleware > >>>>> >> > >>>>> >> phone: +1 408 754 7388 ext 51789 > >>>>> >> email: ruwan@wso2.com; cell: +94 77 341 3097 > >>>>> >> blog: http://blog.ruwan.org > >>>>> >> linkedin: http://www.linkedin.com/in/ruwanlinton > >>>>> >> google: http://www.google.com/profiles/ruwan.linton > >>>>> >> tweet: http://twitter.com/ruwanlinton > >>>>> >> > >>>>> > > >>>>> > > --------------------------------------------------------------------- > >>>>> > To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org > >>>>> > For additional commands, e-mail: dev-help@synapse.apache.org > >>>>> > > >>>>> > > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> Hiranya Jayathilaka > >>>>> Senior Software Engineer; > >>>>> WSO2 Inc.; http://wso2.org > >>>>> E-mail: hiranya@wso2.com; Mobile: +94 77 633 3491 > >>>>> Blog: http://techfeast-hiranya.blogspot.com > >>>>> > >>>>> --------------------------------------------------------------------- > >>>>> To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org > >>>>> For additional commands, e-mail: dev-help@synapse.apache.org > >>>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> Ruwan Linton > >>>> Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb > >>>> WSO2 Inc.; http://wso2.org > >>>> > >>>> Lean . Enterprise . Middleware > >>>> > >>>> phone: +1 408 754 7388 ext 51789 > >>>> email: ruwan@wso2.com; cell: +94 77 341 3097 > >>>> blog: http://blog.ruwan.org > >>>> linkedin: http://www.linkedin.com/in/ruwanlinton > >>>> google: http://www.google.com/profiles/ruwan.linton > >>>> tweet: http://twitter.com/ruwanlinton > >>> > >>> > >>> > >>> -- > >>> Ruwan Linton > >>> Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb > >>> WSO2 Inc.; http://wso2.org > >>> > >>> Lean . Enterprise . Middleware > >>> > >>> phone: +1 408 754 7388 ext 51789 > >>> email: ruwan@wso2.com; cell: +94 77 341 3097 > >>> blog: http://blog.ruwan.org > >>> linkedin: http://www.linkedin.com/in/ruwanlinton > >>> google: http://www.google.com/profiles/ruwan.linton > >>> tweet: http://twitter.com/ruwanlinton > >> > >> > >> > >> -- > >> Ruwan Linton > >> Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb > >> WSO2 Inc.; http://wso2.org > >> > >> Lean . Enterprise . Middleware > >> > >> phone: +1 408 754 7388 ext 51789 > >> email: ruwan@wso2.com; cell: +94 77 341 3097 > >> blog: http://blog.ruwan.org > >> linkedin: http://www.linkedin.com/in/ruwanlinton > >> google: http://www.google.com/profiles/ruwan.linton > >> tweet: http://twitter.com/ruwanlinton > > > > > > > > -- > > Ruwan Linton > > Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb > > WSO2 Inc.; http://wso2.org > > > > Lean . Enterprise . Middleware > > > > phone: +1 408 754 7388 ext 51789 > > email: ruwan@wso2.com; cell: +94 77 341 3097 > > blog: http://blog.ruwan.org > > linkedin: http://www.linkedin.com/in/ruwanlinton > > google: http://www.google.com/profiles/ruwan.linton > > tweet: http://twitter.com/ruwanlinton > > > > > > -- > Hiranya Jayathilaka > Senior Software Engineer; > WSO2 Inc.; http://wso2.org > E-mail: hiranya@wso2.com; Mobile: +94 77 633 3491 > Blog: http://techfeast-hiranya.blogspot.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org > For additional commands, e-mail: dev-help@synapse.apache.org > > -- Ruwan Linton Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org Lean . Enterprise . Middleware phone: +1 408 754 7388 ext 51789 email: ruwan@wso2.com; cell: +94 77 341 3097 blog: http://blog.ruwan.org linkedin: http://www.linkedin.com/in/ruwanlinton google: http://www.google.com/profiles/ruwan.linton tweet: http://twitter.com/ruwanlinton --0016e6de181c46bba20490e6e2ca Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable +1

Please make sure to fix the bugs but not new features= or improvements, those we can do on the trunk and include into the 2.1

Ruwan

On Thu= , Sep 23, 2010 at 10:02 AM, Hiranya Jayathilaka <hiranya911@gmail.com> wrot= e:
Hi Ruwan,

I think we should review all the open issues and try to fix as much as poss= ible.

Thanks,
Hiranya

On Thu, Sep 23, 2010 at 12:00 AM, Ruwan Linton <ruwan.linton@gmail.com> wrote:
> Folks,
> Another update towards the release :-)
> All the dependency versions are fixed on the 2.0 branch and the branch= is
> ready for the RC, except for the Sandesha2 dependency. We might have t= o drop
> the reliable messaging support by default in this release. Of course a= nybody
> interested can take the sandesha2 dependency and add that once it is > available to get the RM support.
> We need to do the followings before going for the release candidate; > 1) Tweak the documentation and the site
> 2) complete the synapse configuration language schema
> 3) bundle a script to run the migration tool and related documentation=
> I have run a smoke test and everything seems to be fine, but we need a= ll
> your help on completing all the sample tests. I would suggest as you g= o on
> testing the samples, please check the relevant sample documentation an= d try
> to fix them if there are any thing to be updated.
> All in all we are slightly off the schedule, but from the release date=
> perspective should be well on target, if we fail to get the RC by 23rd= we
> should be able to get it out on the following day for sure and to remi= nd you
> all the expected release date is 30th of September.
> Thanks,
> Ruwan
>
> On Wed, Sep 22, 2010 at 7:25 PM, Ruwan Linton <ruwan.linton@gmail.com>
> wrote:
>>
>> Folks,
>> Sorry for the delay, the branch ultimately has been created for th= e 2.0
>> release [1], and the trunk is available for the development.
>> As a practice please commit any changes that you do to the branch = which is
>> not specific to the release back to the trunk as well, so we will = not have
>> the merging nightmare after the release.
>> [1] -=A0https://svn.apache.org/repos/asf/synapse/branche= s/2.0/
>> Ruwan
>>
>> On Wed, Sep 22, 2010 at 7:38 AM, Ruwan Linton <ruwan.linton@gmail.com>
>> wrote:
>>>
>>> Folks, the branching is getting delayed a bit since I need to = do some
>>> changes to the synapse core to fix some API level issues, once= that is done
>>> I will branch off for the 2.0 probably within the next few hou= rs.
>>> In the mean time I heard back from the rampart community and w= e should be
>>> able to use the rampart 1.5 release with the axis2 1.5.2.
>>> I guess all is set for the release once the branch creation is= done.
>>> Thanks,
>>> Ruwan
>>>
>>> On Tue, Sep 21, 2010 at 2:22 PM, Ruwan Linton <ruwan.linton@gmail.com>
>>> wrote:
>>>>
>>>> Planning to branch off in the night LKT.
>>>> Ruwan
>>>>
>>>> On Mon, Sep 20, 2010 at 11:46 AM, Hiranya Jayathilaka
>>>> <hiranya911@gma= il.com> wrote:
>>>>>
>>>>> On Mon, Sep 20, 2010 at 11:43 AM, Andreas Veithen
>>>>> <andre= as.veithen@gmail.com> wrote:
>>>>> > The Axis2 1.5.2 Maven artifacts started to appear= on Maven central.
>>>>> > The distributions and announcements will follow i= n the next days.
>>>>>
>>>>> Sounds great.
>>>>>
>>>>> Thanks,
>>>>> Hiranya
>>>>>
>>>>> >
>>>>> > Andreas
>>>>> >
>>>>> > On Mon, Sep 20, 2010 at 03:07, Ruwan Linton <<= a href=3D"mailto:ruwan.linton@gmail.com">ruwan.linton@gmail.com>
>>>>> > wrote:
>>>>> >> Just FYI,
>>>>> >> Axis2 1.5.2 release vote has passed and once = the axis2 dependencies
>>>>> >> are
>>>>> >> available we can start branching.
>>>>> >> Further we are expecting a Rampart release as= well.
>>>>> >> Thanks,
>>>>> >> Ruwan
>>>>> >>
>>>>> >> On Sun, Sep 19, 2010 at 3:01 PM, Ruwan Linton=
>>>>> >> <ruwan.linton@gmail.com>
>>>>> >> wrote:
>>>>> >>>
>>>>> >>> Folks, here is the proposed release execu= tion plan for the 2.0
>>>>> >>> release.
>>>>> >>> Release branch -- 21st of September
>>>>> >>> First RC -- =A023rd of September
>>>>> >>> Expecting to Release on 30th of September=
>>>>> >>> Yes, it is really quick, but we have real= ized that we haven't done
>>>>> >>> a
>>>>> >>> public release from 2 years now, and real= ly the trunk is pretty
>>>>> >>> stable and
>>>>> >>> has enormous number of new features and f= unctionalities to go as
>>>>> >>> 2.0.
>>>>> >>> I expect everyones help on getting the do= cumentation completed and
>>>>> >>> any
>>>>> >>> corner cases fixed. Please retain committ= ing any experimental code
>>>>> >>> into the
>>>>> >>> trunk without writing to the dev list til= l we branch for the 2.0
>>>>> >>> release on
>>>>> >>> 21st.
>>>>> >>> Thanks,
>>>>> >>> Ruwan
>>>>> >>>
>>>>> >>> --
>>>>> >>> Ruwan Linton
>>>>> >>> Software Architect & Product Manager,= WSO2 ESB; http://wso2.or= g/esb
>>>>> >>> WSO2 Inc.; http://wso2.org
>>>>> >>>
>>>>> >>> Lean . Enterprise . Middleware
>>>>> >>>
>>>>> >>> phone: +1 408 754 7388 ext 51789
>>>>> >>> email: = ruwan@wso2.com; cell: +94 77 341 3097
>>>>> >>> blog: http://blog.ruwan.org
>>>>> >>> linkedin: http://www.linkedin.com/in/ruwanlinto= n
>>>>> >>> google: http://www.google.com/profiles/ruw= an.linton
>>>>> >>> tweet: http://twitter.com/ruwanlinton
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> --
>>>>> >> Ruwan Linton
>>>>> >> Software Architect & Product Manager, WSO= 2 ESB; http://wso2.org/es= b
>>>>> >> WSO2 Inc.; http://wso2.org
>>>>> >>
>>>>> >> Lean . Enterprise . Middleware
>>>>> >>
>>>>> >> phone: +1 408 754 7388 ext 51789
>>>>> >> email: ruwa= n@wso2.com; cell: +94 77 341 3097
>>>>> >> blog: http://blog.ruwan.org
>>>>> >> linkedin: http://www.linkedin.com/in/ruwanlinton
>>>>> >> google:
http://www.google.com/profiles/ruwan.l= inton
>>>>> >> tweet: http://twitter.com/ruwanlinton
>>>>> >>
>>>>> >
>>>>> > -------------------------------------------------= --------------------
>>>>> > To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
>>>>> > For additional commands, e-mail: dev-help@synapse.apache.org
>>>>> >
>>>>> >
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Hiranya Jayathilaka
>>>>> Senior Software Engineer;
>>>>> WSO2 Inc.;=A0 http://wso2.org
>>>>> E-mail: hiranya@ws= o2.com;=A0 Mobile: +94 77 633 3491
>>>>> Blog: http://techfeast-hiranya.blogspot.com
>>>>>
>>>>> ------------------------------------------------------= ---------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
>>>>> For additional commands, e-mail: dev-help@synapse.apache.org
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Ruwan Linton
>>>> Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb
>>>> WSO2 Inc.; h= ttp://wso2.org
>>>>
>>>> Lean . Enterprise . Middleware
>>>>
>>>> phone: +1 408 754 7388 ext 51789
>>>> email: ruwan@wso2.com; cell: +94 77 341 3097
>>>> blog:
= http://blog.ruwan.org
>>>> linkedin: http://www.linkedin.com/in/ruwanlinton
>>>> google: http://www.google.com/profiles/ruwan.linton
>>>> tweet: http://twitter.com/ruwanlinton
>>>
>>>
>>>
>>> --
>>> Ruwan Linton
>>> Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb
>>> WSO2 Inc.; http:= //wso2.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>> phone: +1 408 754 7388 ext 51789
>>> email: ruwan@wso2.com; c= ell: +94 77 341 3097
>>> blog: http= ://blog.ruwan.org
>>> linkedin: http://www.linkedin.com/in/ruwanlinton
>>> google: http://www.google.com/profiles/ruwan.linton
>>> tweet: http://twitter.com/ruwanlinton
>>
>>
>>
>> --
>> Ruwan Linton
>> Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb
>> WSO2 Inc.; http://ws= o2.org
>>
>> Lean . Enterprise . Middleware
>>
>> phone: +1 408 754 7388 ext 51789
>> email: ruwan@wso2.com; cell:= +94 77 341 3097
>> blog: http://b= log.ruwan.org
>> linkedin: http://www.linkedin.com/in/ruwanlinton
>> google: http://www.google.com/profiles/ruwan.linton
>> tweet: http://twitter.com/ruwanlinton
>
>
>
> --
> Ruwan Linton
> Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb
> WSO2 Inc.; http://wso2.o= rg
>
> Lean . Enterprise . Middleware
>
> phone: +1 408 754 7388 ext 51789
> email: ruwan@wso2.com; cell: +94= 77 341 3097
> blog: http://blog.= ruwan.org
> linkedin: http://www.linkedin.com/in/ruwanlinton
> google: http://www.google.com/profiles/ruwan.linton
> tweet: ht= tp://twitter.com/ruwanlinton
>



--
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;=A0 http://wso2.org=
E-mail: hiranya@wso2.com;=A0 Mobile= : +94 77 633 3491
Blog: h= ttp://techfeast-hiranya.blogspot.com

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




--
Ruwan Linto= n
Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb
WSO2 Inc.; http://wso2.org

Lean . Enterprise . Middleware

phone: +1 408 754 7388 ext 51789<= br>email: ruwan@wso2.co= m; cell: +94 77 341 3097
blog: http://blog.ruwan.org
linkedin: http://www.linkedin.com/in/ruwanlinton
google: http://www.google.= com/profiles/ruwan.linton
tweet: http://= twitter.com/ruwanlinton
--0016e6de181c46bba20490e6e2ca--