[Dev] WSO2 Committers += Nadeeshaan Gunasinghe

2015-12-15 Thread Kasun Indrasiri
Hi devs, Its my pleasure to welcome Nadeeshaan Gunasinghe as a WSO2 Committer. Nadeeshaan, welcome aboard and keep up the good work! Thanks. -- Kasun Indrasiri Software Architect WSO2, Inc.; http://wso2.com lean.enterprise.middleware cell: +94 77 556 5206 Blog :

[Dev] WSO2 Committers += Viraj Senevirathne

2015-12-15 Thread Kasun Indrasiri
Hi devs, Its my pleasure to welcome Viraj Senevirathne as a WSO2 Committer. Viraj, welcome aboard and keep up the good work! Thanks. -- Kasun Indrasiri Software Architect WSO2, Inc.; http://wso2.com lean.enterprise.middleware cell: +94 77 556 5206 Blog : http://kasunpanorama.blogspot.com/

[Dev] WSO2 Committers += Kevin Ratnasekera

2015-12-15 Thread Kasun Indrasiri
Hi devs, Its my pleasure to welcome Kevin Ratnasekera as a WSO2 Committer. Kevin, welcome aboard and keep up the good work! Thanks. -- Kasun Indrasiri Software Architect WSO2, Inc.; http://wso2.com lean.enterprise.middleware cell: +94 77 556 5206 Blog : http://kasunpanorama.blogspot.com/

[Dev] Carbon Feature Plugin 2.0.0 Released!

2015-12-15 Thread Dinusha Boteju
*WSO2 Carbon Feature plugin 2.0.0 Released!* We are pleased to inform you that the carbon feature plugin 2.0.0 is now available to use. Source for this release is available here. Documentation for WSO2 carbon feature plugin 2.0.0

[Dev] String plus compiles to append

2015-12-15 Thread Manuranga Perera
I have compiled following class using javac 1.6.0_38 class X{ public String m(String a, String b, String c){ return a + b + c; } } and decoupled using javap class X { X(); Code: 0: aload_0 1: invokespecial #1 // Method

Re: [Dev] [PPaaS] Need to update the Cartridges to support latest Stratos PCA

2015-12-15 Thread Chamila De Alwis
I've pushed the relevant PCA changes under commits [1] - [5]. This makes it possible for newer cartridges to work with PPaaS 4.1.0. The PCA will pass the connected MB_IP to the service starter plugin, which will then be able to write it to relevant places along with CONFIG_PARAM_MB_PORT. [1] -

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.3 RC3

2015-12-15 Thread Nipuni Perera
Hi, Tested deployment-synchronizer and Caching in AS-5.3.1-SNAPSHOT cluster (1-manager node, 2- worker nodes with Nginx load balancer). No issues found. Thanks, Nipuni On Mon, Dec 14, 2015 at 4:35 PM, Nipuni Perera wrote: > Hi, > > Tested AS 5.3.1-SNAPSHOT with kernel

Re: [Dev] Web Application Statistics Monitoring for Application Server 6.0.0

2015-12-15 Thread Nuwan Pallewela
[Moving to Architecture group] On Tue, Dec 15, 2015 at 3:31 PM, Nuwan Pallewela wrote: > [Moving thread to Architecture group] > > Hi Nathasha, > > Is statistics information get update per minute? > Do we have the capability to update the statistics using a refresh button > or

Re: [Dev] PPaaS Artifact Migration Tool

2015-12-15 Thread Nishadi Kirielle
Hi, We have implemented the conversion of cartridge subscription artifacts to application signups and domain mapping subscriptions. In addition, we were able to integrate the https connection with the tool.[1] Currently, we are trying to deploy the artifacts in PPaaS 4.1.0. [1]

Re: [Dev] WSO2 Committers += Indunil Upeksha Rathnayake

2015-12-15 Thread Damith Senanayake
Congratulations Indunil... :) On Tue, Dec 15, 2015 at 11:07 AM, Johann Nallathamby wrote: > Hi All, > > It's my pleasure to announce Indunil Upeksha Rathnayake as a WSO2 > Committer. Indunil has been a valuable contributor for WSO2 Identity > Server product, and in recognition

Re: [Dev] Web Application Statistics Monitoring for Application Server 6.0.0

2015-12-15 Thread Nuwan Pallewela
[Moving thread to Architecture group] Hi Nathasha, Is statistics information get update per minute? Do we have the capability to update the statistics using a refresh button or some other way without waiting for one minute? It will be great if you could provide a simple diagram which describes

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.3 RC3

2015-12-15 Thread Nipuni Perera
Hi Devs, Thanks for testing and verifying the Carbon kernel 4.4.3 RC3. We are closing this vote now. This vote has passed with 8 +1s and 0 -1s. Therefore we will proceed with the Carbon kernel 4.4.3 release. Carbon Team. On Tue, Dec 15, 2015 at 1:41 PM, Nipuni Perera wrote: >

Re: [Dev] [DEV] Accessing registry resource in java

2015-12-15 Thread Ishara Cooray
Thanks Thusitha. Ishara Cooray Senior Software Engineer Mobile : +9477 262 9512 WSO2, Inc. | http://wso2.com/ Lean . Enterprise . Middleware On Tue, Dec 15, 2015 at 5:03 PM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Hi Ishara, > > AFAIK it is

[Dev] [ML] Got an Error while running sample code of Spark Mllib

2015-12-15 Thread NIFRAS ISMAIL
Hi, While running spark mllib code sample to find frequent itemset I have received an error, which is not understable to me. Could anyone please explain why this happen? My all code is here : https://github.com/nifrasismail/fpGrowthSparkMllib I have add all maven dependencies. I am not install

[Dev] [Auto Tests] Checking if Carbon server restart is complete

2015-12-15 Thread Gokul Balakrishnan
Hi TA team, Is there a way to do $subject? Basically, my requirement is for the current thread to stay blocked until the initiated server restart is complete. Is there a way to achieve this through the framework itself, rather than use sleep() in the test code? We're currently using TAF 4.4.2 in

Re: [Dev] [DEV] Accessing registry resource in java

2015-12-15 Thread Thusitha Thilina Dayaratne
Hi Ishara, AFAIK it is org.wso2.carbon.registry.core.service.RegistryService Thanks On Tue, Dec 15, 2015 at 4:53 PM, Ishara Cooray wrote: > Hi, > In an osgi bundle, I have to read a .xml file which resides in super > tenant's registry at the server startup, when activate()

Re: [Dev] [Auto Tests] Checking if Carbon server restart is complete

2015-12-15 Thread Gokul Balakrishnan
That's perfect. thanks Krishantha! On 15 December 2015 at 16:54, Krishantha Samaraweera wrote: > You can use "*ClientConnectionUtil.waitForPort(port, timeout, true**, > hostname);"* to wait for port to open after restart. > > Thanks, > Krishantha > > On Tue, Dec 15, 2015 at

Re: [Dev] [ML] Got an Error while running sample code of Spark Mllib

2015-12-15 Thread Nirmal Fernando
You have to set spark master URL. Btw, since this is not related to WSO2 ML it's better if you can ask these questions in Spark mailing list. SparkConf sparkConf = new SparkConf(); sparkConf.setMaster("local"); On Tue, Dec 15, 2015 at 5:00 PM, NIFRAS ISMAIL

Re: [Dev] PPaaS Artifact Migration Tool

2015-12-15 Thread Imesh Gunaratne
Thanks Nishadi, may be you can update the same PR or send a new one with the improvements. Please try to list down the remaining tasks and a rough time plan. Thanks On Tue, Dec 15, 2015 at 1:42 PM, Nishadi Kirielle wrote: > Hi, > We have implemented the conversion of

Re: [Dev] [Auto Tests] Checking if Carbon server restart is complete

2015-12-15 Thread Krishantha Samaraweera
You can use "*ClientConnectionUtil.waitForPort(port, timeout, true**, hostname);"* to wait for port to open after restart. Thanks, Krishantha On Tue, Dec 15, 2015 at 4:39 PM, Gokul Balakrishnan wrote: > Hi TA team, > > Is there a way to do $subject? Basically, my requirement is

[Dev] [DEV] Accessing registry resource in java

2015-12-15 Thread Ishara Cooray
Hi, In an osgi bundle, I have to read a .xml file which resides in super tenant's registry at the server startup, when activate() method is invoked. What could be the best approach to do this? I was thinking of wait until registry service is activated by adding a reference to my

[Dev] HTTP event receiver to accept batch of same type events

2015-12-15 Thread Udara Rathnayake
Hi, My requirement is to receive a set of events in a single request at DAS side. eg:- array of events is $subject possible else what is the recommended approach other than a http event receiver? -- Regards, UdaraR ___ Dev mailing list Dev@wso2.org

[Dev] Dev studio errors and feedback

2015-12-15 Thread Dulitha Wijewantha
Hi guys, I got some issues today working on the developer studio. 1) Can't have the same project name in the workspace. For example - I create a project called gateway-dev and have gateway-car, gateway-synapse, gateway-registry. I can't create a project with gateway-staging and have gateway-car.

Re: [Dev] String plus compiles to append

2015-12-15 Thread Afkham Azeez
Yes, this has been the case for sometime where internally append is used. Try the same with a loop. On Tue, Dec 15, 2015 at 11:43 PM, Manuranga Perera wrote: > I have compiled following class using javac 1.6.0_38 > > class X{ > public String m(String a, String b, String c){ >

[Dev] MSS-Petstore running in Linux

2015-12-15 Thread Nanduni Nimalsiri
Hi, [1] is the PR for running WSO2 MSS Petstore sample in Linux. Instead of using vagrant, kubernetes is run locally via Docker. [1] https://github.com/wso2/product-mss/pull/80 Could you please review and merge this. Thank you, Nanduni. *Nanduni Nimalsiri* Software Engineering Intern, WSO2

[Dev] [VOTE] Release WSO2 Private PaaS 4.1.1 RC1

2015-12-15 Thread Gayan Gunarathne
Hi All, This is the first release candidate of WSO2 Private PaaS 4.1.1. This release fixes the following issues: *https://wso2.org/jira/browse/PAAS-305?filter=12582 * Please download, test and vote. The vote will be open for 72 hours or as

Re: [Dev] Dev studio errors and feedback

2015-12-15 Thread Awanthika Senarath
Hi Dulitha, Find my responses in-line, 1) Can't have the same project name in the workspace. For example - I create a project called gateway-dev and have gateway-car, gateway-synapse, gateway-registry. I can't create a project with gateway-staging and have gateway-car. Is this an eclipse

Re: [Dev] PPaaS Artifact Migration Tool

2015-12-15 Thread Nishadi Kirielle
Hi Imesh, We will send a pull request as soon as possible. The remaining tasks and the rough time plan as follows; 2015/12/16 1. Update the bean classes and add dependencies 2. Add test cases 3. Make the file names configurable via a configuration file 2015/12/17 4. Update errors in exception

Re: [Dev] WSO2 Committers += Indunil Upeksha Rathnayake

2015-12-15 Thread Imesh Gunaratne
Congratulations Indunil! On Tue, Dec 15, 2015 at 11:07 AM, Johann Nallathamby wrote: > Hi All, > > It's my pleasure to announce Indunil Upeksha Rathnayake as a WSO2 > Committer. Indunil has been a valuable contributor for WSO2 Identity > Server product, and in recognition of

Re: [Dev] [Architecture] [ESB] Deprecated features in ESB 4.10

2015-12-15 Thread Kasun Indrasiri
@Kathees : Can we verify NTLM use cases with Call mediator + blocking behavior? I guess it should work out of box as we also reuse the same blocking sender code? For DB* mediators, I guess we can clearly mention in the docs that these mediators can be only used for very limited kind of DB

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.3 RC3

2015-12-15 Thread Hasitha Hiranya
Hi, Tested WSO2 MB with Carbon kernel 4.4.3 RC3. All integration tests and automated cluster tests are passed. Thus +1 for release. Thanks On Tue, Dec 15, 2015 at 3:45 PM, Nipuni Perera wrote: > Hi Devs, > > Thanks for testing and verifying the Carbon kernel 4.4.3 RC3. We are

Re: [Dev] Need help from DS team to fix Analytics Dashboard issues which are related to DS

2015-12-15 Thread Nipuna Chandradasa
Hi, I fixed this https://wso2.org/jira/browse/DAS-303 jira. I'll put a PR to the carbon dashboard. Thank you. On Tue, Dec 15, 2015 at 11:16 AM, Sachith Withana wrote: > Hi all, > > I upgraded to the latest version and the issues > https://wso2.org/jira/browse/DAS-326 >

Re: [Dev] WSO2 Committers += Indunil Upeksha Rathnayake

2015-12-15 Thread Malithi Edirisinghe
Congrats :) On Tue, Dec 15, 2015 at 2:58 AM, Damith Senanayake wrote: > Congratulations Indunil... :) > > On Tue, Dec 15, 2015 at 11:07 AM, Johann Nallathamby > wrote: > >> Hi All, >> >> It's my pleasure to announce Indunil Upeksha Rathnayake as a WSO2 >>

Re: [Dev] MSS-Petstore running in Linux

2015-12-15 Thread Lakmal Warusawithana
Hi Nanduni, Will not merge this PR, we need more testing on skydns integration. (it is not worked as expected) Can you send a PR for update README.md (in deployment directory) for installation instruction for virtualbox, vagrant for Linux, which you did. On Wed, Dec 16, 2015 at 5:46 AM, Nanduni

Re: [Dev] PPaaS Artifact Migration Tool

2015-12-15 Thread Nishadi Kirielle
Hi Imesh, In the mapping between cartridges, there's a conflict between the Persistence.class of PPaaS 4.0.0 (package org.apache.stratos.cloud.controller.stub.pojo) and the PersistenceBean.class of PPaaS 4.1.0 (package org.apache.stratos.common.beans.cartridge). PersistenceBean -isRequired

Re: [Dev] [Architecture] [ESB] Deprecated features in ESB 4.10

2015-12-15 Thread Cyril Rognon
Hi DB mediator can be handy as you said but it is a bad practice to query the DB right from the Esb. It is against the low coupling principles that makes integration layer agile and thin and scalable etc. DSS is setup in two minutes and can fulfill your needs out of the box. Maybe we

[Dev] Best way to access registry data in java

2015-12-15 Thread Ishara Cooray
I have a .xml policy file stored in super tenant's registry. I need to read the file only once at the bundle activation. I was trying following approaches but none of them give me the resource i am looking for. 1. *RegistryService registryService =

[Dev] [VOTE] Release WSO2 Carbon Kernel 5.0.0 RC1

2015-12-15 Thread Aruna Karunarathna
Hi Devs, This is the 1st Release Candidate of WSO2 Carbon Kernel 5.0.0. This release fixes the following issues: https://wso2.org/jira/issues/?filter=12581 Please download and test your products with kernel 5.0.0 RC1 and vote. Vote will be open for 72 hours or as longer as needed. *​Source and

[Dev] App Manager 1.1.0 latest build pack - 16-12-2015

2015-12-15 Thread Dinusha Senanayaka
Hi, Please find $subject in [1]. [1] http://builder1.us1.wso2.org/~appm/release-1.1.0/16-12-2015/wso2appm-1.1.0-SNAPSHOT-16-12-2015.zip Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/