[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wsas-java-dev
Subject:    Re: [Dev] EI 6.1.1 - Dev studio mediator project issues
From:       Sohani Weerasinghe <sohani () wso2 ! com>
Date:       2017-06-30 11:57:15
Message-ID: CADCqCqtb8KEtV8QUWvCLw=8f9JeqW1Pr=fZrP88WjzbxLLo+gw () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi Kasun,

This is fixed at [1] and will be available in the next EI tooling release

[1]
https://github.com/wso2/devstudio-tooling-esb/commit/22efa173652adf1259588debfb1411667f4c4272

Thanks,
Sohani Weerasinghe
Senior Software Engineer
WSO2, Inc: http://wso2.com

Mobile  : +94 716439774
Blog     :http://christinetechtips.blogspot.com/
Twitter  : https://twitter.com/sohanichristine

On Thu, Jun 29, 2017 at 11:15 AM, Sohani Weerasinghe <sohani@wso2.com>
wrote:

>
>
> Thanks,
> Sohani Weerasinghe
> Senior Software Engineer
> WSO2, Inc: http://wso2.com
>
> Mobile  : +94 716439774 <071%20643%209774>
> Blog     :http://christinetechtips.blogspot.com/
> Twitter  : https://twitter.com/sohanichristine
>
> On Thu, Jun 29, 2017 at 11:00 AM, Isuru Udana <isuruu@wso2.com> wrote:
>
>> Hi Sohani,
>>
>> We also need to include axis2 kernel (this is to get access to axis2
>> message context)
>>
>
> Thanks Isuru, will test and add that as well.
>
>>
>> Thanks.
>>
>> On Thu, Jun 29, 2017 at 10:45 AM, Sohani Weerasinghe <sohani@wso2.com>
>> wrote:
>>
>>> Hi All,
>>>
>>> Based on the offline discussion had with Vijitha, shall we only have synapse-core
>>> (the latest version 2.1.7-wso2v15) and commons-logging?
>>>
>>>   <dependency>
>>>       <groupId>commons-logging</groupId>
>>>       <artifactId>commons-logging</artifactId>
>>>       <version>1.1.1</version>
>>>     </dependency>
>>>     <dependency>
>>>       <groupId>org.apache.synapse</groupId>
>>>       <artifactId>synapse-core</artifactId>
>>>       <version>2.1.7-wso2v15</version>
>>>     </dependency>
>>>
>>> Please confirm.
>>>
>>>
>>> Thanks,
>>> Sohani Weerasinghe
>>> Senior Software Engineer
>>> WSO2, Inc: http://wso2.com
>>>
>>> Mobile  : +94 716439774 <071%20643%209774>
>>> Blog     :http://christinetechtips.blogspot.com/
>>> Twitter  : https://twitter.com/sohanichristine
>>>
>>> On Wed, Jun 28, 2017 at 8:31 AM, Sohani Weerasinghe <sohani@wso2.com>
>>> wrote:
>>>
>>>> Reported the issue at [1] and will work on fixing it
>>>>
>>>> [1] https://wso2.org/jira/browse/DEVTOOLEI-1117
>>>>
>>>> Thanks,
>>>> Sohani Weerasinghe
>>>> Senior Software Engineer
>>>> WSO2, Inc: http://wso2.com
>>>>
>>>> Mobile  : +94 716439774 <071%20643%209774>
>>>> Blog     :http://christinetechtips.blogspot.com/
>>>> Twitter  : https://twitter.com/sohanichristine
>>>>
>>>> On Wed, Jun 28, 2017 at 8:15 AM, Sohani Weerasinghe <sohani@wso2.com>
>>>> wrote:
>>>>
>>>>> Hi Kasun,
>>>>>
>>>>> Sure. will have a look
>>>>>
>>>>>
>>>>> Thanks,
>>>>> Sohani Weerasinghe
>>>>> Senior Software Engineer
>>>>> WSO2, Inc: http://wso2.com
>>>>>
>>>>> Mobile  : +94 716439774 <071%20643%209774>
>>>>> Blog     :http://christinetechtips.blogspot.com/
>>>>> Twitter  : https://twitter.com/sohanichristine
>>>>>
>>>>> On Wed, Jun 28, 2017 at 12:04 AM, Kasun Indrasiri <kasun@wso2.com>
>>>>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> When creating the mediator project, there are a bunch of unnecessary
>>>>>> dependencies added to pom and most of the dependencies are way too old. Can
>>>>>> we please review this and fix, please.
>>>>>>
>>>>>>
>>>>>>
>>>>>>   <dependencies>
>>>>>>     <dependency>
>>>>>>       <groupId>commons-codec.wso2</groupId>
>>>>>>       <artifactId>commons-codec</artifactId>
>>>>>>       <version>1.4.0.wso2v1</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>org.apache.httpcomponents.wso2</groupId>
>>>>>>       <artifactId>httpcore</artifactId>
>>>>>>       <version>4.3.3.wso2v1</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>org.apache.woden.wso2</groupId>
>>>>>>       <artifactId>woden</artifactId>
>>>>>>       <version>1.0.0.M9-wso2v1</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>org.wso2.orbit.commons-httpclient</groupId>
>>>>>>       <artifactId>commons-httpclient</artifactId>
>>>>>>       <version>3.1.0.wso2v3</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>wsdl4j.wso2</groupId>
>>>>>>       <artifactId>wsdl4j</artifactId>
>>>>>>       <version>1.6.2.wso2v4</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>commons-logging</groupId>
>>>>>>       <artifactId>commons-logging</artifactId>
>>>>>>       <version>1.1.1</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>commons-io.wso2</groupId>
>>>>>>       <artifactId>commons-io</artifactId>
>>>>>>       <version>2.4.0.wso2v1</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>org.apache.synapse</groupId>
>>>>>>       <artifactId>synapse-core</artifactId>
>>>>>>       <version>2.1.7-wso2v7</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>org.apache.ws.commons.schema.wso2</groupId>
>>>>>>       <artifactId>XmlSchema</artifactId>
>>>>>>       <version>1.4.7.wso2v3</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>org.apache.geronimo.specs.wso2</groupId>
>>>>>>       <artifactId>geronimo-stax-api_1.0_spec</artifactId>
>>>>>>       <version>1.0.1.wso2v2</version>
>>>>>>     </dependency>
>>>>>>     <dependency>
>>>>>>       <groupId>org.wso2.orbit.org.apache.neethi</groupId>
>>>>>>       <artifactId>neethi</artifactId>
>>>>>>       <version>2.0.4.wso2v5</version>
>>>>>>     </dependency>
>>>>>>   </dependencies>
>>>>>>
>>>>>> --
>>>>>> Kasun Indrasiri
>>>>>> Director - Integration Architecture
>>>>>> WSO2, Inc.; http://wso2.com
>>>>>> lean.enterprise.middleware
>>>>>>
>>>>>> cell: +1 650 450 2293 <+1%20650-450-2293>
>>>>>> Blog : http://kasunpanorama.blogspot.com/
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>>
>> --
>> *Isuru Udana*
>> Senior Technical Lead
>> WSO2 Inc.; http://wso2.com
>> email: isuruu@wso2.com cell: +94 77 3791887 <077%20379%201887>
>> blog: http://mytecheye.blogspot.com/
>>
>
>

[Attachment #5 (text/html)]

<div dir="ltr">Hi Kasun,<div><br></div><div>This is fixed at [1] and will be \
available in the next EI tooling release</div><div><br></div><div>[1]  <a \
href="https://github.com/wso2/devstudio-tooling-esb/commit/22efa173652adf1259588debfb1 \
411667f4c4272">https://github.com/wso2/devstudio-tooling-esb/commit/22efa173652adf1259588debfb1411667f4c4272</a></div></div><div \
class="gmail_extra"><br clear="all"><div><div class="gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div \
dir="ltr"><div><div><font color="#999999">Thanks,</font></div><div><font \
color="#999999">Sohani Weerasinghe<br></font></div><font color="#999999">Senior \
Software Engineer</font></div><div><font color="#999999">WSO2, Inc: <a \
href="http://wso2.com" target="_blank">http://wso2.com</a></font></div><div><font \
color="#999999"><br></font></div><font color="#999999">Mobile   : +94 \
716439774<br></font><div><font color="#999999">Blog       :<a \
href="http://christinetechtips.blogspot.com/" \
target="_blank">http://christinetechtips.blogspot.com/</a></font></div><div><font \
color="#999999">Twitter   :  <a href="https://twitter.com/sohanichristine" \
target="_blank">https://twitter.com/sohanichristine</a></font></div></div></div></div></div></div></div></div>
 <br><div class="gmail_quote">On Thu, Jun 29, 2017 at 11:15 AM, Sohani Weerasinghe \
<span dir="ltr">&lt;<a href="mailto:sohani@wso2.com" \
target="_blank">sohani@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><span \
class=""><br clear="all"><div><div class="m_-6661528826877836774gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div \
dir="ltr"><div><div><font color="#999999">Thanks,</font></div><div><font \
color="#999999">Sohani Weerasinghe<br></font></div><font color="#999999">Senior \
Software Engineer</font></div><div><font color="#999999">WSO2, Inc: <a \
href="http://wso2.com" target="_blank">http://wso2.com</a></font></div><div><font \
color="#999999"><br></font></div><font color="#999999">Mobile   : <a \
href="tel:071%20643%209774" value="+94716439774" target="_blank">+94 \
716439774</a><br></font><div><font color="#999999">Blog       :<a \
href="http://christinetechtips.blogspot.com/" \
target="_blank">http://christinetechtips.<wbr>blogspot.com/</a></font></div><div><font \
color="#999999">Twitter   :  <a href="https://twitter.com/sohanichristine" \
target="_blank">https://twitter.com/<wbr>sohanichristine</a></font></div></div></div></div></div></div></div></div>
 <br></span><div class="gmail_quote"><span class="">On Thu, Jun 29, 2017 at 11:00 AM, \
Isuru Udana <span dir="ltr">&lt;<a href="mailto:isuruu@wso2.com" \
target="_blank">isuruu@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div>Hi Sohani,</div><div><br></div>We also \
need to include axis2 kernel (this is to get access to axis2 message \
context)</div></blockquote><div><br></div></span><div>Thanks Isuru, will test and add \
that as well.   </div><div><div class="h5"><blockquote class="gmail_quote" \
style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div \
dir="ltr"><div><br></div><div>Thanks.<br><div class="gmail_extra"><div><div \
class="m_-6661528826877836774h5"><br><div class="gmail_quote">On Thu, Jun 29, 2017 at \
10:45 AM, Sohani Weerasinghe <span dir="ltr">&lt;<a href="mailto:sohani@wso2.com" \
target="_blank">sohani@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi All,<div><br></div><div>Based on the \
offline discussion had with Vijitha, shall we only have  <span \
style="font-size:12.8px">synapse-core (the latest version 2.1.7-wso2v15) and \
commons-logging?  </span></div><div><br></div><div><span><div \
style="font-size:12.8px">   &lt;dependency&gt;</div><div style="font-size:12.8px">    \
&lt;groupId&gt;commons-logging&lt;/grou<wbr>pId&gt;</div><div \
style="font-size:12.8px">         \
&lt;artifactId&gt;commons-logging&lt;/a<wbr>rtifactId&gt;</div><div \
style="font-size:12.8px">         &lt;version&gt;1.1.1&lt;/version&gt;</div><div \
style="font-size:12.8px">      &lt;/dependency&gt;</div><div \
style="font-size:12.8px">      &lt;dependency&gt;</div></span><span><div \
style="font-size:12.8px">         \
&lt;groupId&gt;org.apache.synapse&lt;/g<wbr>roupId&gt;</div><div \
style="font-size:12.8px">         \
&lt;artifactId&gt;synapse-core&lt;/arti<wbr>factId&gt;</div></span><div \
style="font-size:12.8px">         \
&lt;version&gt;2.1.7-wso2v15&lt;/versio<wbr>n&gt;</div><div style="font-size:12.8px"> \
&lt;/dependency&gt;</div></div><div style="font-size:12.8px"><br></div><div \
style="font-size:12.8px"><span style="font-size:12.8px">Please \
confirm.</span><br></div><div style="font-size:12.8px"><span \
style="font-size:12.8px"><br></span></div></div><div class="gmail_extra"><span><br \
clear="all"><div><div \
class="m_-6661528826877836774m_5033442676390506475m_-3538669412502753644gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div \
dir="ltr"><div><div><font color="#999999">Thanks,</font></div><div><font \
color="#999999">Sohani Weerasinghe<br></font></div><font color="#999999">Senior \
Software Engineer</font></div><div><font color="#999999">WSO2, Inc: <a \
href="http://wso2.com" target="_blank">http://wso2.com</a></font></div><div><font \
color="#999999"><br></font></div><font color="#999999">Mobile   : <a \
href="tel:071%20643%209774" value="+94716439774" target="_blank">+94 \
716439774</a><br></font><div><font color="#999999">Blog       :<a \
href="http://christinetechtips.blogspot.com/" \
target="_blank">http://christinetechtips.blog<wbr>spot.com/</a></font></div><div><font \
color="#999999">Twitter   :  <a href="https://twitter.com/sohanichristine" \
target="_blank">https://twitter.com/sohanic<wbr>hristine</a></font></div></div></div></div></div></div></div></div>
 <br></span><div><div class="m_-6661528826877836774m_5033442676390506475h5"><div \
class="gmail_quote">On Wed, Jun 28, 2017 at 8:31 AM, Sohani Weerasinghe <span \
dir="ltr">&lt;<a href="mailto:sohani@wso2.com" \
target="_blank">sohani@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Reported the issue at [1] and will work on \
fixing it<div><br></div><div>[1]  <a \
href="https://wso2.org/jira/browse/DEVTOOLEI-1117" \
target="_blank">https://wso2.org/jira/brow<wbr>se/DEVTOOLEI-1117</a></div></div><div \
class="gmail_extra"><span><br clear="all"><div><div \
class="m_-6661528826877836774m_5033442676390506475m_-3538669412502753644m_1103411123065980629gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div \
dir="ltr"><div><div><font color="#999999">Thanks,</font></div><div><font \
color="#999999">Sohani Weerasinghe<br></font></div><font color="#999999">Senior \
Software Engineer</font></div><div><font color="#999999">WSO2, Inc: <a \
href="http://wso2.com" target="_blank">http://wso2.com</a></font></div><div><font \
color="#999999"><br></font></div><font color="#999999">Mobile   : <a \
href="tel:071%20643%209774" value="+94716439774" target="_blank">+94 \
716439774</a><br></font><div><font color="#999999">Blog       :<a \
href="http://christinetechtips.blogspot.com/" \
target="_blank">http://christinetechtips.blog<wbr>spot.com/</a></font></div><div><font \
color="#999999">Twitter   :  <a href="https://twitter.com/sohanichristine" \
target="_blank">https://twitter.com/sohanic<wbr>hristine</a></font></div></div></div></div></div></div></div></div>
 <br></span><div><div \
class="m_-6661528826877836774m_5033442676390506475m_-3538669412502753644h5"><div \
class="gmail_quote">On Wed, Jun 28, 2017 at 8:15 AM, Sohani Weerasinghe <span \
dir="ltr">&lt;<a href="mailto:sohani@wso2.com" \
target="_blank">sohani@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi Kasun,<div><br></div><div>Sure. will have a \
look</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div \
class="m_-6661528826877836774m_5033442676390506475m_-3538669412502753644m_1103411123065980629m_-3094877587162153005gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div \
dir="ltr"><div><div><font color="#999999">Thanks,</font></div><div><font \
color="#999999">Sohani Weerasinghe<br></font></div><font color="#999999">Senior \
Software Engineer</font></div><div><font color="#999999">WSO2, Inc: <a \
href="http://wso2.com" target="_blank">http://wso2.com</a></font></div><div><font \
color="#999999"><br></font></div><font color="#999999">Mobile   : <a \
href="tel:071%20643%209774" value="+94716439774" target="_blank">+94 \
716439774</a><br></font><div><font color="#999999">Blog       :<a \
href="http://christinetechtips.blogspot.com/" \
target="_blank">http://christinetechtips.blog<wbr>spot.com/</a></font></div><div><font \
color="#999999">Twitter   :  <a href="https://twitter.com/sohanichristine" \
target="_blank">https://twitter.com/sohanic<wbr>hristine</a></font></div></div></div></div></div></div></div></div><div><div \
class="m_-6661528826877836774m_5033442676390506475m_-3538669412502753644m_1103411123065980629h5">
 <br><div class="gmail_quote">On Wed, Jun 28, 2017 at 12:04 AM, Kasun Indrasiri <span \
dir="ltr">&lt;<a href="mailto:kasun@wso2.com" \
target="_blank">kasun@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi,  <div><br></div><div>When creating the \
mediator project, there are a bunch of unnecessary dependencies added to pom and most \
of the dependencies are way too old. Can we please review this and fix, please.  \
</div><div><br></div><div><br></div><div><br></div><div><div>   \
&lt;dependencies&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;commons-codec.wso2&lt;/g<wbr>roupId&gt;</div><div>         \
&lt;artifactId&gt;commons-codec&lt;/art<wbr>ifactId&gt;</div><div>         \
&lt;version&gt;1.4.0.wso2v1&lt;/version<wbr>&gt;</div><div>      \
&lt;/dependency&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;org.apache.httpcompon<wbr>ents.wso2&lt;/groupId&gt;</div><div>         \
&lt;artifactId&gt;httpcore&lt;/artifact<wbr>Id&gt;</div><div>         \
&lt;version&gt;4.3.3.wso2v1&lt;/version<wbr>&gt;</div><div>      \
&lt;/dependency&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;org.apache.woden.wso2<wbr>&lt;/groupId&gt;</div><div>         \
&lt;artifactId&gt;woden&lt;/artifactId&gt;</div><div>         \
&lt;version&gt;1.0.0.M9-wso2v1&lt;/vers<wbr>ion&gt;</div><div>      \
&lt;/dependency&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;org.wso2.orbit.common<wbr>s-httpclient&lt;/groupId&gt;</div><div>      \
&lt;artifactId&gt;commons-httpclient<wbr>&lt;/artifactId&gt;</div><div>         \
&lt;version&gt;3.1.0.wso2v3&lt;/version<wbr>&gt;</div><div>      \
&lt;/dependency&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;wsdl4j.wso2&lt;/groupId&gt;</div><div>         \
&lt;artifactId&gt;wsdl4j&lt;/artifactId<wbr>&gt;</div><div>         \
&lt;version&gt;1.6.2.wso2v4&lt;/version<wbr>&gt;</div><div>      \
&lt;/dependency&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;commons-logging&lt;/grou<wbr>pId&gt;</div><div>         \
&lt;artifactId&gt;commons-logging&lt;/a<wbr>rtifactId&gt;</div><div>         \
&lt;version&gt;1.1.1&lt;/version&gt;</div><div>      &lt;/dependency&gt;</div><div>   \
&lt;dependency&gt;</div><div>         \
&lt;groupId&gt;commons-io.wso2&lt;/grou<wbr>pId&gt;</div><div>         \
&lt;artifactId&gt;commons-io&lt;/artifa<wbr>ctId&gt;</div><div>         \
&lt;version&gt;2.4.0.wso2v1&lt;/version<wbr>&gt;</div><div>      \
&lt;/dependency&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;org.apache.synapse&lt;/g<wbr>roupId&gt;</div><div>         \
&lt;artifactId&gt;synapse-core&lt;/arti<wbr>factId&gt;</div><div>         \
&lt;version&gt;2.1.7-wso2v7&lt;/version<wbr>&gt;</div><div>      \
&lt;/dependency&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;<a href="http://org.apache.ws" \
target="_blank">org.apache.ws</a>.commons<wbr>.schema.wso2&lt;/groupId&gt;</div><div> \
&lt;artifactId&gt;XmlSchema&lt;/artifac<wbr>tId&gt;</div><div>         \
&lt;version&gt;1.4.7.wso2v3&lt;/version<wbr>&gt;</div><div>      \
&lt;/dependency&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;org.apache.geronimo.s<wbr>pecs.wso2&lt;/groupId&gt;</div><div>         \
&lt;artifactId&gt;geronimo-stax-api_<wbr>1.0_spec&lt;/artifactId&gt;</div><div>       \
&lt;version&gt;1.0.1.wso2v2&lt;/version<wbr>&gt;</div><div>      \
&lt;/dependency&gt;</div><div>      &lt;dependency&gt;</div><div>         \
&lt;groupId&gt;<a href="http://org.wso2.orbit.org" \
target="_blank">org.wso2.orbit.org</a>.ap<wbr>ache.neethi&lt;/groupId&gt;</div><div>  \
&lt;artifactId&gt;neethi&lt;/artifactId<wbr>&gt;</div><div>         \
&lt;version&gt;2.0.4.wso2v5&lt;/version<wbr>&gt;</div><div>      \
&lt;/dependency&gt;</div><div>   &lt;/dependencies&gt;</div><span \
class="m_-6661528826877836774m_5033442676390506475m_-3538669412502753644m_1103411123065980629m_-3094877587162153005HOEnZb"><font \
color="#888888"><div><br></div>-- <br><div \
class="m_-6661528826877836774m_5033442676390506475m_-3538669412502753644m_1103411123065980629m_-3094877587162153005m_-8473765833380866267gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Kasun Indrasiri<br><span \
style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Director \
- Integration Architecture</span><br>WSO2, Inc.; <a href="http://wso2.com" \
target="_blank">http://wso2.com</a><br>lean.enterprise.middleware<br><br>cell: <a \
href="tel:+1%20650-450-2293" value="+16504502293" target="_blank">+1 650 450 \
2293</a><br>Blog : <a href="http://kasunpanorama.blogspot.com/" \
target="_blank">http://kasunpanorama.blogspot.<wbr>com/</a></div></div></div></div></div></div>
 </font></span></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span \
class="m_-6661528826877836774HOEnZb"><font color="#888888">-- <br><div \
class="m_-6661528826877836774m_5033442676390506475gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div \
dir="ltr"><div dir="ltr"><div dir="ltr"><font color="#888888"><b \
style="color:rgb(102,102,102)">Isuru Udana</b></font></div><div dir="ltr"><font \
color="#888888"></font><span style="font-size:13px;color:rgb(136,136,136)">Senior \
Technical Lead</span><font color="#888888"><div><div \
style="display:inline!important"><font color="#888888">WSO2 Inc.; <a \
href="http://wso2.com" target="_blank">http://wso2.com</a><br>email: <a \
href="mailto:isuruu@wso2.com" style="font-size:small;font-weight:normal" \
target="_blank">isuruu@wso2.com</a> cell: <a href="tel:077%20379%201887" \
value="+94773791887" target="_blank">+94 77 3791887</a><br>blog: <a \
href="http://mytecheye.blogspot.com/" style="font-size:small;font-weight:normal" \
target="_blank">http://mytecheye.blogspot.com/</a><br></font></div></div></font></div></div></div></div></div></div></div></div>
 </font></span></div></div></div>
</blockquote></div></div></div><br></div></div>
</blockquote></div><br></div>



_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic