Re: [Dev] [DEV][VOTE] Release WSO2 Data Analytics Server 3.0.1 RC1

2016-01-14 Thread Gimantha Bandara
-1 Please do not release. There is a performance issue in Javascript APIs. It takes more than 1000 milliseconds to retrieve records, where it only takes 50 milliseconds to get the same records using REST APIs. I have created the jira [1] to track the progress. [1]

Re: [Dev] WSO2 Committers += Isuru Wijesinghe

2016-01-14 Thread Lakmini Chathurika
Congratulations Isuru aiya.. On Thu, Jan 14, 2016 at 1:19 PM, Samitha Chathuranga wrote: > Congrats Isuru..! > > On Thu, Jan 14, 2016 at 12:16 PM, Heshitha Hettihewa > wrote: > >> Congrats Isuru..!!! >> >> On Thu, Jan 14, 2016 at 11:53 AM,

Re: [Dev] WSO2 Committers += Isuru Wijesinghe

2016-01-14 Thread Menaka Jayawardena
Congratulations Isuru On Thu, Jan 14, 2016 at 1:19 PM, Samitha Chathuranga wrote: > Congrats Isuru..! > > On Thu, Jan 14, 2016 at 12:16 PM, Heshitha Hettihewa > wrote: > >> Congrats Isuru..!!! >> >> On Thu, Jan 14, 2016 at 11:53 AM, Nandika Jayawardana

Re: [Dev] WSO2 Committers += Isuru Wijesinghe

2016-01-14 Thread Sathya Bandara
Congratulations Isuru !! *Sathya Bandara* Software Engineering Intern Email: sat...@wso2.com Mobile: +94 715 360 421 On Thu, Jan 14, 2016 at 1:37 PM, Natasha Wijesekara wrote: > Congratulations Isuru ! > > On Thu, Jan 14, 2016 at 1:33 PM, Menaka Jayawardena

Re: [Dev] WSO2 Committers += Isuru Wijesinghe

2016-01-14 Thread Dilini Mihindra
Congratulations Isuru Ayya!! :) Dilini Mihindra Mampitiya Arachchi Intern - Software Engineer Mobile: +94 710 420 550 Email: dili...@wso2.com On Thu, Jan 14, 2016 at 1:39 PM, Malintha Amarasinghe wrote: > Congratulations Isuru!!! > > On Thu, Jan 14, 2016 at 1:37 PM, Natasha

Re: [Dev] WSO2 Committers += Isuru Wijesinghe

2016-01-14 Thread Malintha Amarasinghe
Congratulations Isuru!!! On Thu, Jan 14, 2016 at 1:37 PM, Natasha Wijesekara wrote: > Congratulations Isuru ! > > On Thu, Jan 14, 2016 at 1:33 PM, Menaka Jayawardena > wrote: > >> Congratulations Isuru >> >> >> On Thu, Jan 14, 2016 at 1:19 PM, Samitha

Re: [Dev] WSO2 Committers += Isuru Wijesinghe

2016-01-14 Thread Natasha Wijesekara
Congratulations Isuru ! On Thu, Jan 14, 2016 at 1:33 PM, Menaka Jayawardena wrote: > Congratulations Isuru > > > On Thu, Jan 14, 2016 at 1:19 PM, Samitha Chathuranga > wrote: > >> Congrats Isuru..! >> >> On Thu, Jan 14, 2016 at 12:16 PM, Heshitha

[Dev] Upgrading Swagger UI and Swagger Editor in APIM

2016-01-14 Thread Bhathiya Jayasekara
Hi Jo, I'm trying to do $subject. I had a look at store code, and as I understood I have to do following. 1) Replace *swagger-ui.min.js* and *swagger-ui.js* in store with new version. 2) Replace *swagger-editor *in publisher with new version. Are there anything else I have to do? And can we

Re: [Dev] WSO2 Committers += Asanthi Kulasinghe

2016-01-14 Thread Kavitha Subramaniyam
Congratz! Asanthi :) On Thu, Jan 14, 2016 at 9:23 AM, Nayomi Dayarathne wrote: > Congratulations..:) > Nayomi Dayarathne > Software Engineer-QA > Mobile : +94 (0) 775246619 > nay...@wso2.com > > > On Wed, Jan 13, 2016 at 2:42 PM, Nadeesha Meegoda > wrote: >

Re: [Dev] How can I get public key certificate

2016-01-14 Thread Godwin Shrimal
Hi Pramod, You can use Signature class to verify signature. Please see below code snippet. java.security.Signature signature = java.security.Signature.getInstance("SHA1withRSA"); signature.initVerify(publicKey); signature.verify(signature) Thanks Godwin On Thu, Jan 14, 2016 at 2:51 PM,

[Dev] [DEV][VOTE] Release WSO2 Data Analytics Server 3.0.1 RC1

2016-01-14 Thread Sachith Withana
Hi all, This is the first release candidate of WSO2 DAS 3.0.1. Please download, test and vote. The vote will be open for 72 hours or as needed. This release fixes the following issues: https://wso2.org/jira/issues/?filter=12622 Binary distribution file:

Re: [Dev] How can I get public key certificate

2016-01-14 Thread Godwin Shrimal
Hi Pramod, We keep only supper tenant keystore in the physical file system and tenant keystores stores in registry. You can get the public certificate for the specific tenant using KeyStoreManager class. Please see below code snippet. KeyStoreManager.getInstance(tenantId).getDefaultPublicKey()

Re: [Dev] How can I get public key certificate

2016-01-14 Thread Pramod Thakur
Hi, This won't help I think any how since i am outside of wso2 so I don't have access to KeyStoreManager. The problem is simple, I have a jwt token generated by wso2 which is transferred in the header to the client using X-JWT-TOKEN now i need to validate it in the client side using a public

Re: [Dev] How can I get public key certificate

2016-01-14 Thread Pramod Thakur
Hi Godwin, Thanks for the reply, Then how can I validate the jwt token that is generated by the wso2 in the client. I need to validate the signature of jwt token generated by Wso2 using the public key. On Thu, Jan 14, 2016 at 2:39 PM, Godwin Shrimal wrote: > Hi Pramod, >

Re: [Dev] Upgrading Swagger UI and Swagger Editor in APIM

2016-01-14 Thread Bhathiya Jayasekara
Thanks. Will do. On Thu, Jan 14, 2016 at 3:02 PM, Joseph Fonseka wrote: > Hi Bhathiya > > We have some customizations so you need to merge them to the new > libraries before updating. > > Thanks > Jo > > On Thu, Jan 14, 2016 at 2:53 PM, Bhathiya Jayasekara >

Re: [Dev] How can I get public key certificate

2016-01-14 Thread Udara Liyanage
Hi, Have a look at extractAppIdFromIdToken funtion of [1] [1] https://github.com/apache/stratos/blob/master/components/org.apache.stratos.metadata.service/src/main/java/org/apache/stratos/metadata/service/handlers/OAuthHandler.java On Thu, Jan 14, 2016 at 3:07 PM, Godwin Shrimal

Re: [Dev] Packaging puppet modules - simplifying fileset excludes / includes

2016-01-14 Thread Sajith Kariyawasam
I have done this improvement to all the puppet modules in commit https://github.com/wso2/puppet-modules/commit/06d5add5c20a57e494cbeacd7f83ccca8504f281 On Thu, Jan 14, 2016 at 11:37 AM, Isuru Haththotuwa wrote: > > > On Wed, Jan 13, 2016 at 10:52 PM, Sajith Kariyawasam

Re: [Dev] [DEV][VOTE] Release WSO2 Data Analytics Server 3.0.1 RC1

2016-01-14 Thread Seshika Fernando
Hi, I've tested DAS 3.0.1 RC1 with complex execution plans that test event tables, indexing, patterns, windows, joins etc; I've also tested data persistence, event tracing, data explorer, event publisher, stream simulation. All works well. My vote - [x] Stable - Go ahead and release. seshi On

Re: [Dev] [DEV][VOTE] Release WSO2 Data Analytics Server 3.0.1 RC1

2016-01-14 Thread Dunith Dhanushka
Tested below areas in a standalone pack. - Samples - Smart home - HTTPD Logs - CApp deployment - Stream persistence - Analytic Dashboard - Gadget generation So my vote is [x] Stable - Go ahead and release Thanks, Dunith On Thu, Jan 14, 2016 at 5:46 PM, Seshika Fernando

Re: [Dev] [DEV][VOTE] Release WSO2 Data Analytics Server 3.0.1 RC1

2016-01-14 Thread Gihan Anuruddha
Tested below functionalities in a standalone pack. - Data Explorer - Index search - Primary key search - Facet search - Date range search - Spark notification sending My vote is [x] Stable - Go ahead and release Regards, Gihan On Thu, Jan 14, 2016 at 5:53 PM,

[Dev] [VOTE] Release WSO2 Microservices Server 1.0.0 RC3

2016-01-14 Thread Samiyuru Senarathne
Hi Devs, This is the 3rd Release Candidate of WSO2 Microservices Server 1.0.0. Please download, test the product and vote. *​Source and binary distribution files:* https://github.com/wso2/product-mss/releases/tag/v1.0.0-RC3 *Maven staging repository:*

Re: [Dev] How can I get public key certificate

2016-01-14 Thread Tharindu Edirisinghe
Hi Pramod, I have done somewhat similar to what you are trying and can share more details if it suits your requirement. In the scenario I did, the client application is a webapp deployed in the WSO2 Application Server. It uses a utility (you can find the code in [1]) which is built and put into