Re: [Dev] [AF] Remove the OSGIness of ApplicationManagementService

2015-03-28 Thread Mahesh Chinthaka
Hi Asanka, we cannot just deprecate that service at the moment since BPELs are using it. If we do, we have to change BPELs and other stuff where its going to be a huge refactoring :) On Sat, Mar 28, 2015 at 11:28 PM, Punnadi Gunarathna wrote: > Hi, > > And of course the BPELs will invoke the met

Re: [Dev] API manager using both urlParams and queryParams?

2015-03-28 Thread Tharindu Dharmarathna
Hi Ruwan, Noted, I checked with this on API Manager 1.9.0 pack . When I check this on API Manager 1.7.0 It not works. Thanks for your clarification. Thanks Tharindu On Sat, Mar 28, 2015 at 3:24 PM, Ruwan Yatawara wrote: > Hi Tharindu, > > I checked out the issue with Susinda, and it seems the

Re: [Dev] [AF] Remove the OSGIness of ApplicationManagementService

2015-03-28 Thread Punnadi Gunarathna
Hi, And of course the BPELs will invoke the methods in ApplicationManagementService. Hi Asanka, Think of a scenario where jenkins plugin or other service which is hosted outside AF runtime wanted to perform Application operations; then exposing them as a web service is the way. I think that's the

Re: [Dev] [AF] Remove the OSGIness of ApplicationManagementService

2015-03-28 Thread Anuruddha Premalal
Hi Asanka, Think of a scenario where jenkins plugin or other service which is hosted outside AF runtime wanted to perform Application operations; then exposing them as a web service is the way. I think that's the rationale behind making ApplicationManagementService a SOAP one. Regards, Anuruddha

[Dev] Introducing a new configuration file to map implementation classes

2015-03-28 Thread Udara Rathnayake
Hi all, While working on the social SQL based component, we faced few issues around developing a generic implementation to support various RDBMS types. Eg:- We need to retrieve paginated list of activities but LIMIT and OFFSET usage is different from one to other DB type[1] As a solution for abo

Re: [Dev] [AF] Remove the OSGIness of ApplicationManagementService

2015-03-28 Thread Asanka Dissanayake
Yes ,Punnadi. I get the point that all the methods are moved to ApplicationInfoService.Given that all the methods are moved to ApplicationInfoService and whoever wants to consume those methods can use ApplicationInfoService. But why ApplicationManagementService is going to be a SOAP service, if all

Re: [Dev] [AF] Remove the OSGIness of ApplicationManagementService

2015-03-28 Thread Punnadi Gunarathna
Hi Asanka, Yes, ApplicationManagementService will become a simple axis2 device and it's osginess will be removed. Why we needed this refactoring is, currently it contains large number of the methods despite their actual place. We have a separate class called ApplicationInfoService, which should co

Re: [Dev] [AF] Remove the OSGIness of ApplicationManagementService

2015-03-28 Thread Asanka Dissanayake
On Sat, Mar 28, 2015 at 11:54 AM, Mahesh Chinthaka wrote: > Hi Asanka, > > This is not reverting back what was done early. These methods will be > called via OSGI calls in future too. > Only change will be these methods will be moved from > ApplicationManagementService to ApplicationInfoService.

Re: [Dev] WSO2 Committers += Hemika Kodikara

2015-03-28 Thread CD Athuraliya
Congratulations! :) On Sat, Mar 28, 2015 at 8:36 PM, Madusanka Premaratne wrote: > Congrats Hemika..!! > > On Sat, Mar 28, 2015 at 8:18 PM, Shiroshica Kulatilake > wrote: > >> Congrats !! >> >> Shiroshica Kulatilake >> >> WSO2, Inc. http://wso2.com/ >> Phone: +94 776523867 >> >> On Mon, Mar 23,

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-28 Thread CD Athuraliya
Congratulations! :) On Sat, Mar 28, 2015 at 9:12 PM, Hasanthi Purnima Dissanayake < hasan...@wso2.com> wrote: > Congradz Godwin ...:) > > Regards, > > Hasanthi Dissanayake > > Software Engineer | WSO2 > > E: hasan...@wso2.com > M :0718407133| http://wso2.com > > On Sat, Mar 28

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-28 Thread CD Athuraliya
Congratulations! :) On Sat, Mar 28, 2015 at 8:12 PM, Hasanthi Purnima Dissanayake < hasan...@wso2.com> wrote: > Congradz Malithi :) > > Regards, > > Hasanthi Dissanayake > > Software Engineer | WSO2 > > E: hasan...@wso2.com > M :0718407133| http://wso2.com > > On Sat, Mar

Re: [Dev] [AF] Remove the OSGIness of ApplicationManagementService

2015-03-28 Thread Mahesh Chinthaka
Hi Asanka, This is not reverting back what was done early. These methods will be called via OSGI calls in future too. Only change will be these methods will be moved from ApplicationManagementService to ApplicationInfoService. So no osgi methods will be available in ApplicationManagementService. I

Re: [Dev] [AF] Remove the OSGIness of ApplicationManagementService

2015-03-28 Thread Asanka Dissanayake
Hi Mahesh, Please find my comments inline. On Wed, Mar 18, 2015 at 10:58 AM, Mahesh Chinthaka wrote: > Hi all, > Im working on [a] > > At the moment we have > 1. ApplicationManagementService > 2. ApplicationInfoService > 3. ApplicationUserMgtService > > All the tasks/methods that UI needs to do

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-28 Thread Hasanthi Purnima Dissanayake
Congradz Godwin ...:) Regards, Hasanthi Dissanayake Software Engineer | WSO2 E: hasan...@wso2.com M :0718407133| http://wso2.com On Sat, Mar 28, 2015 at 8:45 PM, Pirinthapan Mahendran wrote: > Congrats Godwin !! > > > > Mahendran Pirinthapan > Software Engineer | WSO2 Inc

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-28 Thread Pirinthapan Mahendran
Congrats Godwin !! Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Sat, Mar 28, 2015 at 3:16 PM, Indunil Upeksha Rathnayake < indu...@wso2.com> wrote: > Congratz Godwin! > > Regards > -- > Indunil Upeksha Rathnayake > Software Engineer | WSO2 Inc > Emailindu...@

[Dev] New orbit bundle for lucene with facet support

2015-03-28 Thread Gimantha Bandara
Hi Kernel team, Can you please review and merge [1] ? [1] https://github.com/wso2/orbit/pull/73 Thanks, -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/

Re: [Dev] WSO2 Committers += Hemika Kodikara

2015-03-28 Thread Madusanka Premaratne
Congrats Hemika..!! On Sat, Mar 28, 2015 at 8:18 PM, Shiroshica Kulatilake wrote: > Congrats !! > > Shiroshica Kulatilake > > WSO2, Inc. http://wso2.com/ > Phone: +94 776523867 > > On Mon, Mar 23, 2015 at 11:38 AM, Shiva Balachandran > wrote: > >> Congrats Bro! :) >> >> >> >> On Mon, Mar 23, 20

Re: [Dev] GSoC Project - Deep Learning for WSO2 Machine Learner

2015-03-28 Thread Malintha Fernando
I contacted their chat, in the released versions some nn configuration are missing. Hopefully, they might package missed classes or alternatives in future. Until that we probably install them from the source. On Sat, Mar 28, 2015 at 12:11 PM, Nirmal Fernando wrote: > Thanks. Can't we use a relea

Re: [Dev] WSO2 Committers += Hemika Kodikara

2015-03-28 Thread Shiroshica Kulatilake
Congrats !! Shiroshica Kulatilake WSO2, Inc. http://wso2.com/ Phone: +94 776523867 On Mon, Mar 23, 2015 at 11:38 AM, Shiva Balachandran wrote: > Congrats Bro! :) > > > > On Mon, Mar 23, 2015 at 10:34 AM, Indunil Upeksha Rathnayake > wrote: > > Congratz Hemika!!! :) > > > > Regards > > --

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-28 Thread Hasanthi Purnima Dissanayake
Congradz Malithi :) Regards, Hasanthi Dissanayake Software Engineer | WSO2 E: hasan...@wso2.com M :0718407133| http://wso2.com On Sat, Mar 28, 2015 at 3:12 PM, Indunil Upeksha Rathnayake < indu...@wso2.com> wrote: > Congratz malithi!!! :) > > Regards > -- > Indunil

Re: [Dev] WSO2 BAM 3.0 M2 Released!

2015-03-28 Thread Nirmal Fernando
Found it! It's on port 4040. On Sat, Mar 28, 2015 at 6:02 PM, Nirmal Fernando wrote: > Is there a way to check Spark UI in BAM ? > > On Sat, Mar 21, 2015 at 6:37 PM, Anjana Fernando wrote: > >> The WSO2 BAM team is pleased to announce the second milestone release of >> WSO2 BAM v3.0. The distri

Re: [Dev] WSO2 BAM 3.0 M2 Released!

2015-03-28 Thread Nirmal Fernando
Is there a way to check Spark UI in BAM ? On Sat, Mar 21, 2015 at 6:37 PM, Anjana Fernando wrote: > The WSO2 BAM team is pleased to announce the second milestone release of > WSO2 BAM v3.0. The distribution is available at [1]. The release includes > the following new features. > New Features >

Re: [Dev] API manager using both urlParams and queryParams?

2015-03-28 Thread Ruwan Yatawara
Hi Tharindu, I checked out the issue with Susinda, and it seems the problem pops up due to an issue with the Authentication handler. When declaring url templates, it appears that the authentication handler expects the parameters to be of the format uri.var.* always. When a parameter like {foo} is

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-28 Thread Indunil Upeksha Rathnayake
Congratz Godwin! Regards -- Indunil Upeksha Rathnayake Software Engineer | WSO2 Inc Emailindu...@wso2.com Mobile +94713695179 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-28 Thread Indunil Upeksha Rathnayake
Congratz malithi!!! :) Regards -- Indunil Upeksha Rathnayake Software Engineer | WSO2 Inc Emailindu...@wso2.com Mobile +94713695179 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] API manager using both urlParams and queryParams?

2015-03-28 Thread Tharindu Dharmarathna
Hi Susinda, These are the configs you want to create in order to do above url pattern. 1. Create resource as /update/{urlParam1}. 2. Put queryparam1 and queryparam2 as the Query Parameters to that created resource 3.If your real backend endpoint as http://192.168.1.101:9765/services/ResourcesSamp