[Dev] Association and Dependencies in WSO2 GREG 5.1.0

2016-01-29 Thread Anvaari Mohsen
Hi,

I have created a new artifact type called Architectural Decision and it works 
fine in the Publisher now. I want to make it possible to make an association 
between any two Architectural Decisions. Here are two questions:


1-  The current default association types in GREG 5.1.0 are Security, 
OwnedBy, UsedBy, Dependancies (by the way it should be Dependencies). How is it 
possible to use these default association types in the publisher to associates 
two Architectural Decisions? What should I use in the rxt file instead of xxx : 
   

2-  How can I add a new association type e.g. RelatesTo? There is an 
explanation in the documentation for that which says you can add Dependencies 
in the Management Console. But there is not such a feature in the Mgmt Console 
of 5.1.0.

Thanks in advance
Mohsen
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Puppet Modules 1.0.0 RC1

2016-01-29 Thread Imesh Gunaratne
On Fri, Jan 29, 2016 at 3:52 PM, Sajith Kariyawasam  wrote:

> I verified CEP puppet modules with vagrant.
>
> But noticed that license headers are missing in yaml files. I think we
> need to include those.
>

+1 Will cancel this vote and fix those problems.

>
>
>
>
> On Fri, Jan 29, 2016 at 3:19 PM, Imesh Gunaratne  wrote:
>
>> I verified AS, ESB, IS & BPS puppet modules with Vagrant. However it
>> looks like we have not packaged README and LICENSE files to the
>> distributions.
>>
>> Shall we add those and go for a RC2?
>>
>> Thanks
>>
>> On Wed, Jan 27, 2016 at 8:33 PM, Isuru Haththotuwa 
>> wrote:
>>
>>> Hi all,
>>>
>>> This is the first release candidate of WSO2 Puppet Modules 1.0.0. Please
>>> download, test and vote.
>>>
>>> [ ] Broken - do not release (explain why)
>>> [ ] Stable - go ahead and release
>>>
>>>
>>> *The tag to be voted upon:*
>>> https://github.com/wso2/puppet-modules/tree/v1.0.0-rc1
>>>
>>>
>>> *Source and binary distribution files:*
>>> https://github.com/wso2/puppet-modules/releases/tag/v1.0.0-rc1
>>>
>>> The vote will be open for 72 hours or as needed.
>>>
>>> --
>>> Thanks,
>>> The WSO2 Private PaaS Team
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Imesh Gunaratne*
>> Senior Technical Lead
>> WSO2 Inc: http://wso2.com
>> T: +94 11 214 5345 M: +94 77 374 2057
>> W: http://imesh.gunaratne.org
>> Lean . Enterprise . Middleware
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sajith Kariyawasam
> *Committer and PMC member, Apache Stratos, *
> *WSO2 Inc.; http://wso2.com *
> *Mobile: 0772269575*
>



-- 
*Imesh Gunaratne*
Senior Technical Lead
WSO2 Inc: http://wso2.com
T: +94 11 214 5345 M: +94 77 374 2057
W: http://imesh.gunaratne.org
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [che-dev] Trying Eclipse Che latest release on ubuntu

2016-01-29 Thread Awanthika Senarath
Thanks Alexander, will try

Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791



On Fri, Jan 29, 2016 at 3:49 PM, Alexander Garagatyi  wrote:

> Replace content of che.sh with
> https://gist.githubusercontent.com/garagatyi/5fe3f7abc0732a794391/raw/127bcf8ce3922721bac33ee8c214cce290859bc9/che.sh
>
> On Fri, Jan 29, 2016 at 11:39 AM, Awanthika Senarath 
> wrote:
>
>> Could you please send me the script that you are working with? the script
>> that is available in the pack is somewhat different to the script in your
>> git repo.
>>
>> It would be great if you could send me the exact script that I need to
>> start Che with.
>>
>> Regards
>> Awanthika
>>
>> Awanthika Senarath
>> Software Engineer, WSO2 Inc.
>> Mobile: +94717681791
>>
>>
>>
>> On Fri, Jan 29, 2016 at 3:05 PM, Alexander Garagatyi <
>> agaraga...@codenvy.com> wrote:
>>
>>> I'm working on ubuntu 14.04 and everything is ok.
>>>
>>> Please, try to update your version of Che.
>>> Provide output of *bash --version*
>>> Also comment these lines
>>>
>>> https://github.com/codenvy/che/blob/master/assembly-main/src/assembly/bin/che.sh#L14
>>>
>>> https://github.com/codenvy/che/blob/master/assembly-main/src/assembly/bin/che.sh#L17
>>> And add *ps ax | grep che.sh *on top of the script. Then send here
>>> output of this command and *bash --version*
>>>
>>>
>>> On Fri, Jan 29, 2016 at 8:52 AM, Awanthika Senarath 
>>> wrote:
>>>
 My ubuntu version : 14.04


 Attached is the script im running,

 I also tried deleting the first two lines of the script as well.

 I have docker info as below:

 Client:
  Version:  1.9.1
  API version:  1.21
  Go version:   go1.4.2
  Git commit:   a34a1d5
  Built:Fri Nov 20 13:12:04 UTC 2015
  OS/Arch:  linux/amd64



 Awanthika Senarath
 Software Engineer, WSO2 Inc.
 Mobile: +94717681791



 On Wed, Jan 27, 2016 at 2:56 PM, Alexander Garagatyi <
 agaraga...@codenvy.com> wrote:

> Please provide your version of ubuntu, bash and attach exact script
> that you launched (including your changes). Thank you.
>
> On Wed, Jan 27, 2016 at 4:49 AM, Awanthika Senarath <
> awanth...@wso2.com> wrote:
>
>> Hello Alexander,
>>
>> I tried by removing the first two lines that was causing the issue
>> from the script, which resulted in the error [1]. I removed the lines
>>
>> set -e
>> set -o pipefail, from the script which I assume cause the whole
>> script to exit on failure according to [2].
>>
>> Any idea on how to get it to running?
>>
>>
>>
>> [1]
>>
>> trap: SIGHUP: bad trap
>> che.sh: 19: che.sh: function: not found
>> che.sh: 98: che.sh: Syntax error: "}" unexpected
>>
>> [2] https://sipb.mit.edu/doc/safe-shell/
>>
>> thanks and regards
>> Awanthika
>>
>>
>> Awanthika Senarath
>> Software Engineer, WSO2 Inc.
>> Mobile: +94717681791
>>
>>
>>
>> On Tue, Jan 26, 2016 at 4:54 PM, Awanthika Senarath <
>> awanth...@wso2.com> wrote:
>>
>>> Hello Alexander,
>>>
>>> Thanks, will try it out.
>>>
>>> Awanthika Senarath
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94717681791
>>>
>>>
>>>
>>> On Tue, Jan 26, 2016 at 2:11 PM, Alexander Garagatyi <
>>> agaraga...@codenvy.com> wrote:
>>>
 Hi!

 This check fails because you use shell that doesn't support it. I
 think we should remove this check. I'll submit PR for that.
 To workaround that you can try start che inside bash shell or
 remove that line
 
 .

 On Tue, Jan 26, 2016 at 5:46 AM, Awanthika Senarath <
 awanth...@wso2.com> wrote:

> Hello,
>
> I have attempted to start eclipse-che latest release downloaded
> from [1] following the documentation at [2].
>
> The command in the documentation did not work, hence I used sh
> che.sh start command which gave me the error
>
> * Illegal option -o pipefail *
>
>
> Appreciate any input on how to get the latest Che running in my
> local ubuntu machine.
>
>
> [1] http://www.eclipse.org/che/download/
>
> [2]
> https://eclipse-che.readme.io/docs/get-started-with-java-and-che
>
> Regards
> Awanthika Senarath
> Software Engineer, WSO2 Inc.
> Mobile: +94717681791
>
>
>
> ___
> che-dev mailing list
> che-...@eclipse.org
> To change your delivery options, retrieve your password, or

Re: [Dev] Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC2

2016-01-29 Thread Samitha Chathuranga
Hi all,

I've tested following features.

1) BPMN Explorer
2) BPMN Samples
3) HumanTask Samples

No issues found.
[x] Stable - go ahead and release

Thank you.

On Fri, Jan 29, 2016 at 1:58 PM, Sathya Bandara  wrote:

> Hi all,
>
> I have tested the bpel samples. No issues found.
> [x] Stable - go ahead and release
>
> Thanks and regards,
>
> *Sathya Bandara*
> Software Engineering Intern
> Email: sat...@wso2.com
> Mobile: +94 715 360 421
>
> On Fri, Jan 29, 2016 at 12:04 PM, Natasha Wijesekara 
> wrote:
>
>> Hi All,
>>
>> I've tested the functionalities of the following components using h2 and
>> mysql as the databases :
>>
>> 1) BPMN-Explorer
>> 2) Human-Task Explorer
>> 3) Core functionalities of the BPMN REST API
>> 4) BPMN and BPEL instance cleanup scripts
>> 5) BPEL Process cleanup tool
>> 6) BPMN Samples
>>
>> No issues found.
>> [x] Stable - go ahead and release
>>
>> Thanks and Regards,
>> Natasha
>>
>> On Fri, Jan 29, 2016 at 10:40 AM, Isuru Wijesinghe 
>> wrote:
>>
>>> Hi All,
>>>
>>> I've tested the following features for h2 and postgreSQL.
>>>
>>> 1.) BPMN-Explorer
>>> 2.) HumanTask-Explorer
>>> 3.) BPMN Data Publisher
>>>
>>> No issues found.
>>> [x] Stable - go ahead and release
>>>
>>> Thanks and Regards,
>>>
>>>
>>> On Thu, Jan 28, 2016 at 8:00 PM, Firzhan Naqash 
>>> wrote:
>>>
 Hi Devs,

 This is the second release candidate of WSO2 Business Process Server
 3.5.1

 The vote will be open for 72 hours or as needed. Please download, test
 the product and vote.

 ​​This release fixes the following issues:

 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625

 Binary distribution is available here:

 https://github.com/wso2/product-bps/releases/download/v3.5.1-RC2/wso2bps-3.5.1.zip

 ​​Source is available here:
 https://github.com/wso2/product-bps/archive/v3.5.1-RC2.zip

 ​​Maven staging repo:
 http://maven.wso2.org/nexus/content/repositories/orgwso2bps-312/

 ​​The tag to be voted upon:
 ​​https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC2


 [ ] Broken - do not release (explain why)
 [ ] Stable - go ahead and release


 ​Thanks,
 ​WSO2 BPS Team,

 Regards,
 Firzhan


 --
 *Firzhan Naqash*
 Senior Software Engineer - Integration Platform Team
 WSO2 Inc. http://wso2.com

 email: firz...@wso2.com
 mobile: (+94) 77 9785674 <%28%2B94%29%2071%205247551>*|
 blog: http://firzhanblogger.blogspot.com/
   *
 *twitter: https://twitter.com/firzhan007
  | linked-in: 
 **https://www.linkedin.com/in/firzhan
 *

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


>>>
>>>
>>> --
>>> Isuru Wijesinghe
>>> *Software Engineer*
>>> WSO2 inc : http://wso2.com
>>> lean.enterprise.middleware
>>> Mobile: 0710933706
>>> isur...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Natasha Wijesekare*
>>
>> *Software Engineering Intern, WSO2  Inc:  http://wso2.com
>> *
>> *email  : nata...@wso2.com *
>> *mobile: +94 771358651 <%2B94%20771358651>*
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Samitha Chathuranga
Software Engineer, WSO2 Inc.
lean.enterprise.middleware
Mobile: +94715123761
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC2

2016-01-29 Thread Amal Gunatilake
Hi,

I have tested the following.

   - Main functionalities of BPEL, Humantask, BPMN on Windows environment.
   - Main functionalities of BPEL, Humantask, BPMN connecting to Oracle DB.
   - BPMN
   - Deployment / Undeployment
  - Process View
  - Manage instances
  - BPMN manage user access permission
  - REST invocations
  - Correlation
   - Core functionalities of BPMN Rest API

No issues found.
[x] Stable - go ahead and release

Best regards,
Amal.


On Fri, Jan 29, 2016 at 4:23 PM, Samitha Chathuranga 
wrote:

> Hi all,
>
> I've tested following features.
>
> 1) BPMN Explorer
> 2) BPMN Samples
> 3) HumanTask Samples
>
> No issues found.
> [x] Stable - go ahead and release
>
> Thank you.
>
> On Fri, Jan 29, 2016 at 1:58 PM, Sathya Bandara  wrote:
>
>> Hi all,
>>
>> I have tested the bpel samples. No issues found.
>> [x] Stable - go ahead and release
>>
>> Thanks and regards,
>>
>> *Sathya Bandara*
>> Software Engineering Intern
>> Email: sat...@wso2.com
>> Mobile: +94 715 360 421
>>
>> On Fri, Jan 29, 2016 at 12:04 PM, Natasha Wijesekara 
>> wrote:
>>
>>> Hi All,
>>>
>>> I've tested the functionalities of the following components using h2 and
>>> mysql as the databases :
>>>
>>> 1) BPMN-Explorer
>>> 2) Human-Task Explorer
>>> 3) Core functionalities of the BPMN REST API
>>> 4) BPMN and BPEL instance cleanup scripts
>>> 5) BPEL Process cleanup tool
>>> 6) BPMN Samples
>>>
>>> No issues found.
>>> [x] Stable - go ahead and release
>>>
>>> Thanks and Regards,
>>> Natasha
>>>
>>> On Fri, Jan 29, 2016 at 10:40 AM, Isuru Wijesinghe 
>>> wrote:
>>>
 Hi All,

 I've tested the following features for h2 and postgreSQL.

 1.) BPMN-Explorer
 2.) HumanTask-Explorer
 3.) BPMN Data Publisher

 No issues found.
 [x] Stable - go ahead and release

 Thanks and Regards,


 On Thu, Jan 28, 2016 at 8:00 PM, Firzhan Naqash 
 wrote:

> Hi Devs,
>
> This is the second release candidate of WSO2 Business Process Server
> 3.5.1
>
> The vote will be open for 72 hours or as needed. Please download, test
> the product and vote.
>
> ​​This release fixes the following issues:
>
> https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625
>
> Binary distribution is available here:
>
> https://github.com/wso2/product-bps/releases/download/v3.5.1-RC2/wso2bps-3.5.1.zip
>
> ​​Source is available here:
> https://github.com/wso2/product-bps/archive/v3.5.1-RC2.zip
>
> ​​Maven staging repo:
> http://maven.wso2.org/nexus/content/repositories/orgwso2bps-312/
>
> ​​The tag to be voted upon:
> ​​https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC2
>
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
>
> ​Thanks,
> ​WSO2 BPS Team,
>
> Regards,
> Firzhan
>
>
> --
> *Firzhan Naqash*
> Senior Software Engineer - Integration Platform Team
> WSO2 Inc. http://wso2.com
>
> email: firz...@wso2.com
> mobile: (+94) 77 9785674 <%28%2B94%29%2071%205247551>*|
> blog: http://firzhanblogger.blogspot.com/
>   *
> *twitter: https://twitter.com/firzhan007
>  | linked-in: 
> **https://www.linkedin.com/in/firzhan
> *
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Isuru Wijesinghe
 *Software Engineer*
 WSO2 inc : http://wso2.com
 lean.enterprise.middleware
 Mobile: 0710933706
 isur...@wso2.com

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


>>>
>>>
>>> --
>>> *Natasha Wijesekare*
>>>
>>> *Software Engineering Intern, WSO2  Inc:  http://wso2.com
>>> *
>>> *email  : nata...@wso2.com *
>>> *mobile: +94 771358651 <%2B94%20771358651>*
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Samitha Chathuranga
> Software Engineer, WSO2 Inc.
> lean.enterprise.middleware
> Mobile: +94715123761
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Amal Gunatilake*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
___
Dev 

Re: [Dev] Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC2

2016-01-29 Thread Sathya Bandara
Hi all,

I have tested the bpel samples. No issues found.
[x] Stable - go ahead and release

Thanks and regards,

*Sathya Bandara*
Software Engineering Intern
Email: sat...@wso2.com
Mobile: +94 715 360 421

On Fri, Jan 29, 2016 at 12:04 PM, Natasha Wijesekara 
wrote:

> Hi All,
>
> I've tested the functionalities of the following components using h2 and
> mysql as the databases :
>
> 1) BPMN-Explorer
> 2) Human-Task Explorer
> 3) Core functionalities of the BPMN REST API
> 4) BPMN and BPEL instance cleanup scripts
> 5) BPEL Process cleanup tool
> 6) BPMN Samples
>
> No issues found.
> [x] Stable - go ahead and release
>
> Thanks and Regards,
> Natasha
>
> On Fri, Jan 29, 2016 at 10:40 AM, Isuru Wijesinghe 
> wrote:
>
>> Hi All,
>>
>> I've tested the following features for h2 and postgreSQL.
>>
>> 1.) BPMN-Explorer
>> 2.) HumanTask-Explorer
>> 3.) BPMN Data Publisher
>>
>> No issues found.
>> [x] Stable - go ahead and release
>>
>> Thanks and Regards,
>>
>>
>> On Thu, Jan 28, 2016 at 8:00 PM, Firzhan Naqash  wrote:
>>
>>> Hi Devs,
>>>
>>> This is the second release candidate of WSO2 Business Process Server
>>> 3.5.1
>>>
>>> The vote will be open for 72 hours or as needed. Please download, test
>>> the product and vote.
>>>
>>> ​​This release fixes the following issues:
>>>
>>> https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625
>>>
>>> Binary distribution is available here:
>>>
>>> https://github.com/wso2/product-bps/releases/download/v3.5.1-RC2/wso2bps-3.5.1.zip
>>>
>>> ​​Source is available here:
>>> https://github.com/wso2/product-bps/archive/v3.5.1-RC2.zip
>>>
>>> ​​Maven staging repo:
>>> http://maven.wso2.org/nexus/content/repositories/orgwso2bps-312/
>>>
>>> ​​The tag to be voted upon:
>>> ​​https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC2
>>>
>>>
>>> [ ] Broken - do not release (explain why)
>>> [ ] Stable - go ahead and release
>>>
>>>
>>> ​Thanks,
>>> ​WSO2 BPS Team,
>>>
>>> Regards,
>>> Firzhan
>>>
>>>
>>> --
>>> *Firzhan Naqash*
>>> Senior Software Engineer - Integration Platform Team
>>> WSO2 Inc. http://wso2.com
>>>
>>> email: firz...@wso2.com
>>> mobile: (+94) 77 9785674 <%28%2B94%29%2071%205247551>*|
>>> blog: http://firzhanblogger.blogspot.com/
>>>   *
>>> *twitter: https://twitter.com/firzhan007
>>>  | linked-in: 
>>> **https://www.linkedin.com/in/firzhan
>>> *
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Isuru Wijesinghe
>> *Software Engineer*
>> WSO2 inc : http://wso2.com
>> lean.enterprise.middleware
>> Mobile: 0710933706
>> isur...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Natasha Wijesekare*
>
> *Software Engineering Intern, WSO2  Inc:  http://wso2.com
> *
> *email  : nata...@wso2.com *
> *mobile: +94 771358651 <%2B94%20771358651>*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC2

2016-01-29 Thread Dilini Mihindra
Hi all,

I've tested all the BPMN samples.

No issues found.
[x] Stable - go ahead and release

Thank you.

Dilini Mihindra Mampitiya Arachchi
Intern - Software Engineer
Mobile: +94 710 420 550
Email: dili...@wso2.com

On Fri, Jan 29, 2016 at 12:04 PM, Natasha Wijesekara 
wrote:

> Hi All,
>
> I've tested the functionalities of the following components using h2 and
> mysql as the databases :
>
> 1) BPMN-Explorer
> 2) Human-Task Explorer
> 3) Core functionalities of the BPMN REST API
> 4) BPMN and BPEL instance cleanup scripts
> 5) BPEL Process cleanup tool
> 6) BPMN Samples
>
> No issues found.
> [x] Stable - go ahead and release
>
> Thanks and Regards,
> Natasha
>
> On Fri, Jan 29, 2016 at 10:40 AM, Isuru Wijesinghe 
> wrote:
>
>> Hi All,
>>
>> I've tested the following features for h2 and postgreSQL.
>>
>> 1.) BPMN-Explorer
>> 2.) HumanTask-Explorer
>> 3.) BPMN Data Publisher
>>
>> No issues found.
>> [x] Stable - go ahead and release
>>
>> Thanks and Regards,
>>
>>
>> On Thu, Jan 28, 2016 at 8:00 PM, Firzhan Naqash  wrote:
>>
>>> Hi Devs,
>>>
>>> This is the second release candidate of WSO2 Business Process Server
>>> 3.5.1
>>>
>>> The vote will be open for 72 hours or as needed. Please download, test
>>> the product and vote.
>>>
>>> ​​This release fixes the following issues:
>>>
>>> https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625
>>>
>>> Binary distribution is available here:
>>>
>>> https://github.com/wso2/product-bps/releases/download/v3.5.1-RC2/wso2bps-3.5.1.zip
>>>
>>> ​​Source is available here:
>>> https://github.com/wso2/product-bps/archive/v3.5.1-RC2.zip
>>>
>>> ​​Maven staging repo:
>>> http://maven.wso2.org/nexus/content/repositories/orgwso2bps-312/
>>>
>>> ​​The tag to be voted upon:
>>> ​​https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC2
>>>
>>>
>>> [ ] Broken - do not release (explain why)
>>> [ ] Stable - go ahead and release
>>>
>>>
>>> ​Thanks,
>>> ​WSO2 BPS Team,
>>>
>>> Regards,
>>> Firzhan
>>>
>>>
>>> --
>>> *Firzhan Naqash*
>>> Senior Software Engineer - Integration Platform Team
>>> WSO2 Inc. http://wso2.com
>>>
>>> email: firz...@wso2.com
>>> mobile: (+94) 77 9785674 <%28%2B94%29%2071%205247551>*|
>>> blog: http://firzhanblogger.blogspot.com/
>>>   *
>>> *twitter: https://twitter.com/firzhan007
>>>  | linked-in: 
>>> **https://www.linkedin.com/in/firzhan
>>> *
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Isuru Wijesinghe
>> *Software Engineer*
>> WSO2 inc : http://wso2.com
>> lean.enterprise.middleware
>> Mobile: 0710933706
>> isur...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Natasha Wijesekare*
>
> *Software Engineering Intern, WSO2  Inc:  http://wso2.com
> *
> *email  : nata...@wso2.com *
> *mobile: +94 771358651 <%2B94%20771358651>*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [APIM] Which rest api implementation is correct

2016-01-29 Thread Udara Liyanage
Hi,

There are two similar rest api implementations within [1]. Seems 1st one is
the correct one. Seems second one is removed from room pom. Is n't it
better to remove it, otherwise it will leads to confusions.

[1] org.wso2.carbon.apimgt.rest.api.publisher
[2] org.wso2.carbon.apimgt.rest.api


[1] https://github.com/wso2/carbon-apimgt
-- 

Udara Liyanage
Software Engineer
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware

web: http://udaraliyanage.wordpress.com
phone: +94 71 443 6897
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Puppet Modules 1.0.0 RC1

2016-01-29 Thread Imesh Gunaratne
I verified AS, ESB, IS & BPS puppet modules with Vagrant. However it looks
like we have not packaged README and LICENSE files to the distributions.

Shall we add those and go for a RC2?

Thanks

On Wed, Jan 27, 2016 at 8:33 PM, Isuru Haththotuwa  wrote:

> Hi all,
>
> This is the first release candidate of WSO2 Puppet Modules 1.0.0. Please
> download, test and vote.
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
>
> *The tag to be voted upon:*
> https://github.com/wso2/puppet-modules/tree/v1.0.0-rc1
>
>
> *Source and binary distribution files:*
> https://github.com/wso2/puppet-modules/releases/tag/v1.0.0-rc1
>
> The vote will be open for 72 hours or as needed.
>
> --
> Thanks,
> The WSO2 Private PaaS Team
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Imesh Gunaratne*
Senior Technical Lead
WSO2 Inc: http://wso2.com
T: +94 11 214 5345 M: +94 77 374 2057
W: http://imesh.gunaratne.org
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC2

2016-01-29 Thread Vinod Kavinda
Hi all,
I have tested following basic functionalities in a clustered environment.
- BPEL
- BPMN
- HumanTask

No issues found.
[x] Stable - go ahead and release

On Fri, Jan 29, 2016 at 3:20 PM, Heshitha Hettihewa 
wrote:

> Hi all,
>
> I've tested following features
>
> 1) Humantask Explorer
> 2) Humantask Samples
> 3) BPEL Samples
>
> No issues found.
> [x] Stable - go ahead and release
>
> Thanks.
>
> On Fri, Jan 29, 2016 at 1:58 PM, Sathya Bandara  wrote:
>
>> Hi all,
>>
>> I have tested the bpel samples. No issues found.
>> [x] Stable - go ahead and release
>>
>> Thanks and regards,
>>
>> *Sathya Bandara*
>> Software Engineering Intern
>> Email: sat...@wso2.com
>> Mobile: +94 715 360 421
>>
>> On Fri, Jan 29, 2016 at 12:04 PM, Natasha Wijesekara 
>> wrote:
>>
>>> Hi All,
>>>
>>> I've tested the functionalities of the following components using h2 and
>>> mysql as the databases :
>>>
>>> 1) BPMN-Explorer
>>> 2) Human-Task Explorer
>>> 3) Core functionalities of the BPMN REST API
>>> 4) BPMN and BPEL instance cleanup scripts
>>> 5) BPEL Process cleanup tool
>>> 6) BPMN Samples
>>>
>>> No issues found.
>>> [x] Stable - go ahead and release
>>>
>>> Thanks and Regards,
>>> Natasha
>>>
>>> On Fri, Jan 29, 2016 at 10:40 AM, Isuru Wijesinghe 
>>> wrote:
>>>
 Hi All,

 I've tested the following features for h2 and postgreSQL.

 1.) BPMN-Explorer
 2.) HumanTask-Explorer
 3.) BPMN Data Publisher

 No issues found.
 [x] Stable - go ahead and release

 Thanks and Regards,


 On Thu, Jan 28, 2016 at 8:00 PM, Firzhan Naqash 
 wrote:

> Hi Devs,
>
> This is the second release candidate of WSO2 Business Process Server
> 3.5.1
>
> The vote will be open for 72 hours or as needed. Please download, test
> the product and vote.
>
> ​​This release fixes the following issues:
>
> https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625
>
> Binary distribution is available here:
>
> https://github.com/wso2/product-bps/releases/download/v3.5.1-RC2/wso2bps-3.5.1.zip
>
> ​​Source is available here:
> https://github.com/wso2/product-bps/archive/v3.5.1-RC2.zip
>
> ​​Maven staging repo:
> http://maven.wso2.org/nexus/content/repositories/orgwso2bps-312/
>
> ​​The tag to be voted upon:
> ​​https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC2
>
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
>
> ​Thanks,
> ​WSO2 BPS Team,
>
> Regards,
> Firzhan
>
>
> --
> *Firzhan Naqash*
> Senior Software Engineer - Integration Platform Team
> WSO2 Inc. http://wso2.com
>
> email: firz...@wso2.com
> mobile: (+94) 77 9785674 <%28%2B94%29%2071%205247551>*|
> blog: http://firzhanblogger.blogspot.com/
>   *
> *twitter: https://twitter.com/firzhan007
>  | linked-in: 
> **https://www.linkedin.com/in/firzhan
> *
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Isuru Wijesinghe
 *Software Engineer*
 WSO2 inc : http://wso2.com
 lean.enterprise.middleware
 Mobile: 0710933706
 isur...@wso2.com

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


>>>
>>>
>>> --
>>> *Natasha Wijesekare*
>>>
>>> *Software Engineering Intern, WSO2  Inc:  http://wso2.com
>>> *
>>> *email  : nata...@wso2.com *
>>> *mobile: +94 771358651 <%2B94%20771358651>*
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Heshitha Hettihewa
> *Software Engineer*
> Mobile : +94716866386
> <%2B94%20%280%29%20773%20451194>
> heshit...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Vinod Kavinda
Software Engineer
*WSO2 Inc. - lean . enterprise . middleware .*
Mobile : +94 (0) 712 415544
Blog : http://soatechflicks.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [che-dev] Trying Eclipse Che latest release on ubuntu

2016-01-29 Thread Awanthika Senarath
Could you please send me the script that you are working with? the script
that is available in the pack is somewhat different to the script in your
git repo.

It would be great if you could send me the exact script that I need to
start Che with.

Regards
Awanthika

Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791



On Fri, Jan 29, 2016 at 3:05 PM, Alexander Garagatyi  wrote:

> I'm working on ubuntu 14.04 and everything is ok.
>
> Please, try to update your version of Che.
> Provide output of *bash --version*
> Also comment these lines
>
> https://github.com/codenvy/che/blob/master/assembly-main/src/assembly/bin/che.sh#L14
>
> https://github.com/codenvy/che/blob/master/assembly-main/src/assembly/bin/che.sh#L17
> And add *ps ax | grep che.sh *on top of the script. Then send here output
> of this command and *bash --version*
>
>
> On Fri, Jan 29, 2016 at 8:52 AM, Awanthika Senarath 
> wrote:
>
>> My ubuntu version : 14.04
>>
>>
>> Attached is the script im running,
>>
>> I also tried deleting the first two lines of the script as well.
>>
>> I have docker info as below:
>>
>> Client:
>>  Version:  1.9.1
>>  API version:  1.21
>>  Go version:   go1.4.2
>>  Git commit:   a34a1d5
>>  Built:Fri Nov 20 13:12:04 UTC 2015
>>  OS/Arch:  linux/amd64
>>
>>
>>
>> Awanthika Senarath
>> Software Engineer, WSO2 Inc.
>> Mobile: +94717681791
>>
>>
>>
>> On Wed, Jan 27, 2016 at 2:56 PM, Alexander Garagatyi <
>> agaraga...@codenvy.com> wrote:
>>
>>> Please provide your version of ubuntu, bash and attach exact script that
>>> you launched (including your changes). Thank you.
>>>
>>> On Wed, Jan 27, 2016 at 4:49 AM, Awanthika Senarath 
>>> wrote:
>>>
 Hello Alexander,

 I tried by removing the first two lines that was causing the issue from
 the script, which resulted in the error [1]. I removed the lines

 set -e
 set -o pipefail, from the script which I assume cause the whole script
 to exit on failure according to [2].

 Any idea on how to get it to running?



 [1]

 trap: SIGHUP: bad trap
 che.sh: 19: che.sh: function: not found
 che.sh: 98: che.sh: Syntax error: "}" unexpected

 [2] https://sipb.mit.edu/doc/safe-shell/

 thanks and regards
 Awanthika


 Awanthika Senarath
 Software Engineer, WSO2 Inc.
 Mobile: +94717681791



 On Tue, Jan 26, 2016 at 4:54 PM, Awanthika Senarath  wrote:

> Hello Alexander,
>
> Thanks, will try it out.
>
> Awanthika Senarath
> Software Engineer, WSO2 Inc.
> Mobile: +94717681791
>
>
>
> On Tue, Jan 26, 2016 at 2:11 PM, Alexander Garagatyi <
> agaraga...@codenvy.com> wrote:
>
>> Hi!
>>
>> This check fails because you use shell that doesn't support it. I
>> think we should remove this check. I'll submit PR for that.
>> To workaround that you can try start che inside bash shell or remove that
>> line
>> 
>> .
>>
>> On Tue, Jan 26, 2016 at 5:46 AM, Awanthika Senarath <
>> awanth...@wso2.com> wrote:
>>
>>> Hello,
>>>
>>> I have attempted to start eclipse-che latest release downloaded from
>>> [1] following the documentation at [2].
>>>
>>> The command in the documentation did not work, hence I used sh
>>> che.sh start command which gave me the error
>>>
>>> * Illegal option -o pipefail *
>>>
>>>
>>> Appreciate any input on how to get the latest Che running in my
>>> local ubuntu machine.
>>>
>>>
>>> [1] http://www.eclipse.org/che/download/
>>>
>>> [2] https://eclipse-che.readme.io/docs/get-started-with-java-and-che
>>>
>>> Regards
>>> Awanthika Senarath
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94717681791
>>>
>>>
>>>
>>> ___
>>> che-dev mailing list
>>> che-...@eclipse.org
>>> To change your delivery options, retrieve your password, or
>>> unsubscribe from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>
>>>
>>
>>
>> --
>>   | Alexander Garagatyi | Developer | *Codenvy.com
>>  *
>> *Use Codenvy for Free Now *
>> *Read the Codenvy Story *
>>
>
>

>>>
>>>
>>> --
>>>   | Alexander Garagatyi | Developer | *Codenvy.com
>>>  *
>>> *Use Codenvy for Free Now *
>>> *Read the Codenvy Story *
>>>
>>
>>
>
>
> --
>   | Alexander Garagatyi | Developer | *Codenvy.com  *
> *Use Codenvy for Free Now *
> *Read the Codenvy Story 

Re: [Dev] [VOTE] Release WSO2 Puppet Modules 1.0.0 RC1

2016-01-29 Thread Sajith Kariyawasam
I verified CEP puppet modules with vagrant.

But noticed that license headers are missing in yaml files. I think we need
to include those.




On Fri, Jan 29, 2016 at 3:19 PM, Imesh Gunaratne  wrote:

> I verified AS, ESB, IS & BPS puppet modules with Vagrant. However it looks
> like we have not packaged README and LICENSE files to the distributions.
>
> Shall we add those and go for a RC2?
>
> Thanks
>
> On Wed, Jan 27, 2016 at 8:33 PM, Isuru Haththotuwa 
> wrote:
>
>> Hi all,
>>
>> This is the first release candidate of WSO2 Puppet Modules 1.0.0. Please
>> download, test and vote.
>>
>> [ ] Broken - do not release (explain why)
>> [ ] Stable - go ahead and release
>>
>>
>> *The tag to be voted upon:*
>> https://github.com/wso2/puppet-modules/tree/v1.0.0-rc1
>>
>>
>> *Source and binary distribution files:*
>> https://github.com/wso2/puppet-modules/releases/tag/v1.0.0-rc1
>>
>> The vote will be open for 72 hours or as needed.
>>
>> --
>> Thanks,
>> The WSO2 Private PaaS Team
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Imesh Gunaratne*
> Senior Technical Lead
> WSO2 Inc: http://wso2.com
> T: +94 11 214 5345 M: +94 77 374 2057
> W: http://imesh.gunaratne.org
> Lean . Enterprise . Middleware
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Sajith Kariyawasam
*Committer and PMC member, Apache Stratos, *
*WSO2 Inc.; http://wso2.com *
*Mobile: 0772269575*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC2

2016-01-29 Thread Heshitha Hettihewa
Hi all,

I've tested following features

1) Humantask Explorer
2) Humantask Samples
3) BPEL Samples

No issues found.
[x] Stable - go ahead and release

Thanks.

On Fri, Jan 29, 2016 at 1:58 PM, Sathya Bandara  wrote:

> Hi all,
>
> I have tested the bpel samples. No issues found.
> [x] Stable - go ahead and release
>
> Thanks and regards,
>
> *Sathya Bandara*
> Software Engineering Intern
> Email: sat...@wso2.com
> Mobile: +94 715 360 421
>
> On Fri, Jan 29, 2016 at 12:04 PM, Natasha Wijesekara 
> wrote:
>
>> Hi All,
>>
>> I've tested the functionalities of the following components using h2 and
>> mysql as the databases :
>>
>> 1) BPMN-Explorer
>> 2) Human-Task Explorer
>> 3) Core functionalities of the BPMN REST API
>> 4) BPMN and BPEL instance cleanup scripts
>> 5) BPEL Process cleanup tool
>> 6) BPMN Samples
>>
>> No issues found.
>> [x] Stable - go ahead and release
>>
>> Thanks and Regards,
>> Natasha
>>
>> On Fri, Jan 29, 2016 at 10:40 AM, Isuru Wijesinghe 
>> wrote:
>>
>>> Hi All,
>>>
>>> I've tested the following features for h2 and postgreSQL.
>>>
>>> 1.) BPMN-Explorer
>>> 2.) HumanTask-Explorer
>>> 3.) BPMN Data Publisher
>>>
>>> No issues found.
>>> [x] Stable - go ahead and release
>>>
>>> Thanks and Regards,
>>>
>>>
>>> On Thu, Jan 28, 2016 at 8:00 PM, Firzhan Naqash 
>>> wrote:
>>>
 Hi Devs,

 This is the second release candidate of WSO2 Business Process Server
 3.5.1

 The vote will be open for 72 hours or as needed. Please download, test
 the product and vote.

 ​​This release fixes the following issues:

 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625

 Binary distribution is available here:

 https://github.com/wso2/product-bps/releases/download/v3.5.1-RC2/wso2bps-3.5.1.zip

 ​​Source is available here:
 https://github.com/wso2/product-bps/archive/v3.5.1-RC2.zip

 ​​Maven staging repo:
 http://maven.wso2.org/nexus/content/repositories/orgwso2bps-312/

 ​​The tag to be voted upon:
 ​​https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC2


 [ ] Broken - do not release (explain why)
 [ ] Stable - go ahead and release


 ​Thanks,
 ​WSO2 BPS Team,

 Regards,
 Firzhan


 --
 *Firzhan Naqash*
 Senior Software Engineer - Integration Platform Team
 WSO2 Inc. http://wso2.com

 email: firz...@wso2.com
 mobile: (+94) 77 9785674 <%28%2B94%29%2071%205247551>*|
 blog: http://firzhanblogger.blogspot.com/
   *
 *twitter: https://twitter.com/firzhan007
  | linked-in: 
 **https://www.linkedin.com/in/firzhan
 *

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


>>>
>>>
>>> --
>>> Isuru Wijesinghe
>>> *Software Engineer*
>>> WSO2 inc : http://wso2.com
>>> lean.enterprise.middleware
>>> Mobile: 0710933706
>>> isur...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Natasha Wijesekare*
>>
>> *Software Engineering Intern, WSO2  Inc:  http://wso2.com
>> *
>> *email  : nata...@wso2.com *
>> *mobile: +94 771358651 <%2B94%20771358651>*
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Heshitha Hettihewa
*Software Engineer*
Mobile : +94716866386
<%2B94%20%280%29%20773%20451194>
heshit...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Related to Configuring WSO2 ESB JMS transport

2016-01-29 Thread Indrajith Udayakumara
Hi I am following the esb 4.9 documentation.
https://docs.wso2.com/display/ESB490/Configure+with+IBM+WebSphere+MQ
Here, they have instructed to add the given transport receiver and sender
to the /repository/conf/axis2/axis2.xml file.

Even though I added them and restarted the management console, I cannot
proceed to the next step, adding JMSListener proxy service.
It keeps saying: Unable to configure the service MyJMSProxy for the JMS
transport: Service doesn't have configuration information for transport
jms. This service is being marked as faulty and will not be available over
the JMS transport.
I also have copied the jta.jar, jms.jar, com.ibm.mq_2.0.0.jar,
fscontext_1.0.0.jar files to corresponding directories.

Why cannot I add the proxy service? are there any other modifications to be
done in axis2.xml in order to proceed? (which may not be mentioned in the
documentation)

Thank you.
Indrajith.
a student.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Puppet Modules 1.0.0 RC1

2016-01-29 Thread Chamila De Alwis
Verified BRS, DAS and GREG.

Fixed the license and readme packaging issue with the distributions.
Furthermore, added license headers to YAML files and added a pedantic
profile with the RAT plugin to verify license header in source files.


Regards,
Chamila de Alwis
Committer and PMC Member - Apache Stratos
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com



On Fri, Jan 29, 2016 at 4:25 PM, Imesh Gunaratne  wrote:

> On Fri, Jan 29, 2016 at 3:52 PM, Sajith Kariyawasam 
> wrote:
>
>> I verified CEP puppet modules with vagrant.
>>
>> But noticed that license headers are missing in yaml files. I think we
>> need to include those.
>>
>
> +1 Will cancel this vote and fix those problems.
>
>>
>>
>>
>>
>> On Fri, Jan 29, 2016 at 3:19 PM, Imesh Gunaratne  wrote:
>>
>>> I verified AS, ESB, IS & BPS puppet modules with Vagrant. However it
>>> looks like we have not packaged README and LICENSE files to the
>>> distributions.
>>>
>>> Shall we add those and go for a RC2?
>>>
>>> Thanks
>>>
>>> On Wed, Jan 27, 2016 at 8:33 PM, Isuru Haththotuwa 
>>> wrote:
>>>
 Hi all,

 This is the first release candidate of WSO2 Puppet Modules 1.0.0.
 Please download, test and vote.

 [ ] Broken - do not release (explain why)
 [ ] Stable - go ahead and release


 *The tag to be voted upon:*
 https://github.com/wso2/puppet-modules/tree/v1.0.0-rc1


 *Source and binary distribution files:*
 https://github.com/wso2/puppet-modules/releases/tag/v1.0.0-rc1

 The vote will be open for 72 hours or as needed.

 --
 Thanks,
 The WSO2 Private PaaS Team



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


>>>
>>>
>>> --
>>> *Imesh Gunaratne*
>>> Senior Technical Lead
>>> WSO2 Inc: http://wso2.com
>>> T: +94 11 214 5345 M: +94 77 374 2057
>>> W: http://imesh.gunaratne.org
>>> Lean . Enterprise . Middleware
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sajith Kariyawasam
>> *Committer and PMC member, Apache Stratos, *
>> *WSO2 Inc.; http://wso2.com *
>> *Mobile: 0772269575*
>>
>
>
>
> --
> *Imesh Gunaratne*
> Senior Technical Lead
> WSO2 Inc: http://wso2.com
> T: +94 11 214 5345 M: +94 77 374 2057
> W: http://imesh.gunaratne.org
> Lean . Enterprise . Middleware
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev