Re: [Dev] Hazelcast error while shutting down server

2014-10-16 Thread Sameera Jayasoma
+1 try { lock.unlock(); } catch (HazelcastInstanceNotActiveException e) { if(!ServerStatus.STATUS_SHUTTING_DOWN.equals(ServerStatus.getCurrentStatus())){ log.error(Could not release Hazelcast coordinator

Re: [Dev] Could not find artifact org.wso2.carbon:org.wso2.carbon.identity.sso.agent:jar:1.3.0 in wso2-nexus

2014-10-16 Thread Supun Malinga
Hi, We need to add the saml sso agent into a common place to fix this.. IS team pls note.. thanks, On Wed, Oct 15, 2014 at 11:25 AM, Niranda Perera nira...@wso2.com wrote: Hi, Did you apply patches (if there are any)? I've had the symbol not found errors when I haven't applied the

Re: [Dev] Could not find artifact org.wso2.carbon:org.wso2.carbon.identity.sso.agent:jar:1.3.0 in wso2-nexus

2014-10-16 Thread Supun Malinga
Hi IS folks, Can you point where the agent code is at in git right now ?.. thanks, On Thu, Oct 16, 2014 at 11:48 AM, Supun Malinga sup...@wso2.com wrote: Hi, We need to add the saml sso agent into a common place to fix this.. IS team pls note.. thanks, On Wed, Oct 15, 2014 at 11:25

[Dev] [APIM] Please commit the patch

2014-10-16 Thread Abimaran Kugathasan
Hi Nuwan, Please commit the attached patch for JIRA[1] [1] : https://wso2.org/jira/browse/APIMANAGER-1932 -- Thanks Abimaran Kugathasan Software Engineer | WSO2 Inc Data APIs Technologies Team Mobile : +94 77 1708229 http://stackoverflow.com/users/515034 http://lk.linkedin.com/in/abimaran

Re: [Dev] Issue in Kafka producer load testing

2014-10-16 Thread Kathees Rajendram
Hi Kasun, I have tested Kafka producer side of Kafka ESB connector and shared the document[1]. Kafka inbound throughput average is around 1/s.Current Kafka inbound implementation has a limitation that we cannot reduce the time interval less than 1000 ms. [1] -

[Dev] Support needed | Siddhi query to get the data different in event table and a stream using join.

2014-10-16 Thread Saneth Dharmakeerthi
Hi, I am writing a Siddhi query to get the un-purchased books from an event table that has all the books and a stream that contains the already bought books. my quarry is like this; *userboughtbooks: *Stream that contains the already bought books *bookGroupTable: *Table that has all the

[Dev] [DEV][CEP] The role of StreamId when publishing to BAM and CEP

2014-10-16 Thread Chamila De Alwis
Hi, AFAIU the streamID and the timestamp is added as String and Long attributes to the data stream when publishing to CEP and BAM through Thrift. From the receiver's side how are these fields used? Is the streamID generated from the stream name and the version at the receiver's end, and then

Re: [Dev] Support needed | Siddhi query to get the data different in event table and a stream using join.

2014-10-16 Thread Rajeev Sampath
Hi, On Thu, Oct 16, 2014 at 12:07 PM, Saneth Dharmakeerthi sane...@wso2.com wrote: Hi, I am writing a Siddhi query to get the un-purchased books from an event table that has all the books and a stream that contains the already bought books. my quarry is like this; *userboughtbooks:

Re: [Dev] Support needed | Siddhi query to get the data different in event table and a stream using join.

2014-10-16 Thread Rajeev Sampath
On Thu, Oct 16, 2014 at 12:29 PM, Rajeev Sampath raje...@wso2.com wrote: Hi, On Thu, Oct 16, 2014 at 12:07 PM, Saneth Dharmakeerthi sane...@wso2.com wrote: Hi, I am writing a Siddhi query to get the un-purchased books from an event table that has all the books and a stream that

Re: [Dev] Support needed | Siddhi query to get the data different in event table and a stream using join.

2014-10-16 Thread Seshika Fernando
Hi Saneth, The reason for this is because, when you put a != , the join happens as follows. [image: Inline image 2] This is why you get book1 and book2 once and book3, and book4 twice, in your RecommendationsOutputStream. You may have to use a count operator from the RecommendationsOutputStream

Re: [Dev] [DEV][CEP] The role of StreamId when publishing to BAM and CEP

2014-10-16 Thread Tishan Dahanayakage
Hi Chamila, Yes you are correct Chamila. In Thrift data publishing receiver's side use stream name + version as stream ID. Once you define a stream receiver will store your stream definition with Stream ID as unique identifier so that it can be used to find the matching stream definition for a

Re: [Dev] [DEV][CEP] The role of StreamId when publishing to BAM and CEP

2014-10-16 Thread Chamila De Alwis
Thanks Tishan for clearing things up! Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Thu, Oct 16, 2014 at 12:54 PM, Tishan Dahanayakage tis...@wso2.com wrote: Hi Chamila, Yes you are correct Chamila. In Thrift data publishing receiver's

[Dev] License header for auto generated class

2014-10-16 Thread Rajeeva Uthayasangar
Hi, Do we need to include the license header to auto generated classes from an IDE? Thanks, Rajeeva. -- *Rajeeva Uthayasangar* Software Engineer WSO2, Inc.:http://wso2.com Mobile: +94777298873 ___ Dev mailing list Dev@wso2.org

Re: [Dev] License header for auto generated class

2014-10-16 Thread Selvaratnam Uthaiyashankar
We are not suppose to commit any auto generated classes. If we are committing for any reason (why?), we have to put the license headers On Thu, Oct 16, 2014 at 1:09 PM, Rajeeva Uthayasangar raje...@wso2.com wrote: Hi, Do we need to include the license header to auto generated classes from an

Re: [Dev] License header for auto generated class

2014-10-16 Thread Awanthika Senarath
Hi Shankar, In developer studio for the esb diagram model, after adding the specification in adding mediators, the classes are auto generated by eclipse commands (gegenrate model, generate edit model etc.). We are committing these classes with/without modifications. Since we are committing then,

Re: [Dev] [APIM] Please commit the patch

2014-10-16 Thread Nuwan Dias
Committed r208377 On Thu, Oct 16, 2014 at 11:59 AM, Abimaran Kugathasan abima...@wso2.com wrote: Hi Nuwan, Please commit the attached patch for JIRA[1] [1] : https://wso2.org/jira/browse/APIMANAGER-1932 -- Thanks Abimaran Kugathasan Software Engineer | WSO2 Inc Data APIs

Re: [Dev] [ES] Selenium UI Integration Test Generation

2014-10-16 Thread Ruchira Wageesha
On Thu, Oct 16, 2014 at 2:38 PM, Ayesha Dissanayaka aye...@wso2.com wrote: Hi all SameeraJ and I have been working on writing ui-integration test for WSO2ES. For generating ui-test-cases we will use selenium IDE. In-order to auto generate test cases we can define a template using Selenium

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-16 Thread Inosh Goonewardena
Hi Akila, Seems like you haven't create the datasource for WSO2AM_STATS_DB to BAM(BAM_HOME/repository/conf/datasources/bam_datasources.xml) as mentioned in [1]. However, if you are using BAM version prior to BAM 2.4.1 you have to add the datasource to

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-16 Thread Akila Nimantha [IT/EKO/LOITS]
Hi Inosh, I have already created WSO2AM_STATS_DB in bam_datasources.xml. and also I am using BAM 2.4.1 version downloaded last week. Please check below for WSO2AM_STATS_DB in bam_datasources.xml datasource nameWSO2AM_STATS_DB/name descriptionThe datasource used for

Re: [Dev] [Architecture] [ES] Workflow extensions support - Approval task pages or app ?

2014-10-16 Thread Manoj Gunawardena
Hi All, +1 for Johan's opinion. My suggstion is develop as Jaggery web app and implement as carbon feature. Publisher ship with this feature and admin pages can navigate through publisher. But this new admin app will be available to integrate with any other app as feature. Thanks On Thu, Oct

Re: [Dev] [ES] Selenium UI Integration Test Generation

2014-10-16 Thread Sameera Jayaratna
Hi Ruchira, Yes, the template is used to generate Java Source from recorded tests. The template we attached have included contains ES specific configurations. We have created a generic template (included below). *Package name* will have to be configured accordingly in the *package * section.

Re: [Dev] [APP Factory] loading resource page from App Factory Database

2014-10-16 Thread Danushka Fernando
If we save these data in AF DB there will be data duplication. Since registry team is working on the mounting issue we had IMO we can wait for that fix. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Thu, Oct 16, 2014 at 4:43 PM, Amalka

[Dev] Issue in add multiple providers

2014-10-16 Thread Tharindu Dharmarathna
Hi all, I have developed a jax-rs app with wso2 app cloud. I used 2 providers in my app. But only 1st provider is getting access from request. [1] configurations are done in cxf-servlet.xml. Is there any workaround in this issue. jaxrs:providers ref bean=Authentication/

Re: [Dev] Issue in add multiple providers

2014-10-16 Thread Bhathiya Jayasekara
Only 1st provider is invoked even when the 2 providers are interchanged? On Thu, Oct 16, 2014 at 5:15 PM, Tharindu Dharmarathna tharin...@wso2.com wrote: Hi all, I have developed a jax-rs app with wso2 app cloud. I used 2 providers in my app. But only 1st provider is getting access from

Re: [Dev] e4x issue - https://wso2.org/jira/browse/WSAS-1819

2014-10-16 Thread Ruchira Wageesha
Hi Karol/Sameera, It seems there is an issue when navigating E4X through a mashup. But as a simple workaround, I could get it working with following code. var ns = ''; var x = abcd/c/b/a; print(typeof x.ns::b); print(typeof x..b); print(typeof x.*::b); On Tue, Oct 14, 2014 at 9:08 AM, Sameera

Re: [Dev] Custome Function in siddhi query

2014-10-16 Thread Shashika Karunatilaka
Hi Mohanadarshan, Thanks for the info, yes i have to go with the custom window. On Wed, Oct 15, 2014 at 6:03 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: On Wed, Oct 15, 2014 at 5:52 PM, Shashika Karunatilaka shashi...@wso2.com wrote: Hi, Hi Shashika, I'm in the

[Dev] [ES] Enable store items to visible across tenants

2014-10-16 Thread Buddhima Wijeweera
Hi, Currently with ES, when a super-tenant upload items to the store, they are only visible to super-tenant users only. This will become a barrier when we create stores which can be accessed by different tenants. Therefore, we would appreciate if ES team can take this issue in to consideration,

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-16 Thread Inosh Goonewardena
Hi, On Thu, Oct 16, 2014 at 6:56 PM, Manoj Gunawardena man...@wso2.com wrote: Hi Akila, seems to be WSO2AM_STATS_DB table doesn't exists and unable to create new native thread error indicates the OS cannot create thread for JVM. Database configurations correct, but make sure table is

[Dev] Cannot find a method to get the Error Response in Jaggery

2014-10-16 Thread Damith Wickramasinghe
Hi, I have developed a Jaggery app to our training project and i needed to do a Jaggery post and handle some error cases if the response fails. I went through the documentation but i could not find a Post error method. So as for a work around i checked the returned code using userInfo.xhr.status

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-16 Thread Manoj Gunawardena
Hi Inosh, Thanks for the correction. On Thu, Oct 16, 2014 at 7:06 PM, Inosh Goonewardena in...@wso2.com wrote: Hi, On Thu, Oct 16, 2014 at 6:56 PM, Manoj Gunawardena man...@wso2.com wrote: Hi Akila, seems to be WSO2AM_STATS_DB table doesn't exists and unable to create new native

[Dev] [App Factory] App Deletion Permissions for different roles

2014-10-16 Thread Mahesh Chinthaka
Hi all, Im working on [1], I need to clarify the following, Are we going to add new permission for *app deletion* or shall we proceed with checking the *app creation* permission for this. If we are to proceed with checking app creation permission, then we will have to assume that roles those

[Dev] [CARBON] Reproducing CARBON-14572

2014-10-16 Thread Gayashan Amarasinghe
Hi Aparna, Regarding $subject at [1], Can you provide more information to reproduce this error? While performing which task, did you get these errors? What sort of errors was it throwing? Since the description in the JIRA is too generic, the errors could be thrown either due to issues in carbon

Re: [Dev] Commit to Kernal patch009

2014-10-16 Thread Isura Karunaratne
Adding asela On Thu, Oct 16, 2014 at 7:47 PM, Manoj Kumara ma...@wso2.com wrote: Hi Isura, This patch introduce a new public constant and new entry to the user-mgt.xml. We cannot add new API's using patches. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/

[Dev] [DEV][APPFAC] Please commit the patch

2014-10-16 Thread Roshan Deniyage
Hi App-Fac Team, Please commit the attached patch for JIRA [1] [1] ​ https://wso2.org/jira/browse/APPFAC-2580 *https://wso2.org/jira/browse/APPFAC-2526 https://wso2.org/jira/browse/APPFAC-2526* Thanks, Roshan Deniyage Associate Technical Lead WSO2, Inc: http://wso2.com Mobile: +94

[Dev] [DEV][APPFAC] Please commit the patch

2014-10-16 Thread Roshan Deniyage
Hi App-Fac Team, Please commit the attached patch for JIRA [1] [1] https://wso2.org/jira/browse/APPFAC-2580 Thanks, Roshan Deniyage Associate Technical Lead WSO2, Inc: http://wso2.com Mobile: +94 777636406 Twitter: *https://twitt​​er.com/roshku https://twitter.com/roshku* LinkedIn

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Bhathiya Jayasekara
Hi Firzhan, In docs[1] they say By default cache instances created by CacheBuilder will not perform any type of eviction., which means it will never expire unless you set an expiry time. [1] http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/cache/CacheBuilder.html Thanks,

Re: [Dev] [APP Factory] loading resource page from App Factory Database

2014-10-16 Thread Amalka Subasinghe
OK then, I will do the page layout changes without loading data On Thu, Oct 16, 2014 at 4:54 PM, Danushka Fernando danush...@wso2.com wrote: If we save these data in AF DB there will be data duplication. Since registry team is working on the mounting issue we had IMO we can wait for that fix.

Re: [Dev] Google Spreadsheet connector OAuth2 Authorization support

2014-10-16 Thread Ravindra Ranwala
Hi Manoj, I have given this proxy configuration just for testing purposes. But you can use our iPAAS recipe app to fetch the access tokens and refresh tokens. Here we are using refresh tokens for offline access to a protected resource. If the Access token is expired, we may use the refresh token

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Afkham Azeez
On Fri, Oct 17, 2014 at 12:44 AM, Firzhan Naqash firz...@wso2.com wrote: Hi, Are there any specific way to make sure that cache doesn't get invalidated other than setting a longer duration in the setExpiry() method of CacheBuilder ? No you have to set a large cache expiry time

[Dev] Updated Invitation: Http Inbound Endpoint Code Review @ Fri Oct 17, 2014 2pm - 3pm (Isuru Ranawaka)

2014-10-16 Thread isu...@wso2.com
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20141017T083000Z DTEND:20141017T093000Z DTSTAMP:20141017T042051Z ORGANIZER;CN=Isuru Ranawaka:mailto:isu...@wso2.com UID:rog7agkbi305sev7rb7k543...@google.com

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Darshana Gunawardana
Hi Azeez, What it needs here is a distributed map which get synced among nodes in the cluster. 1. What would be the best way to do that? Using a Hazelcast distributed map? 2. If Hazelcast distributed map is a option, do we have a way to use a Hazelcast map when writing a component using 4.2.0

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Bhathiya Jayasekara
On Fri, Oct 17, 2014 at 9:31 AM, Afkham Azeez az...@wso2.com wrote: On Fri, Oct 17, 2014 at 1:44 AM, Bhathiya Jayasekara bhath...@wso2.com wrote: Hi Firzhan, In docs[1] they say By default cache instances created by CacheBuilder will not perform any type of eviction., which means it will

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Afkham Azeez
Use javax.cache.Cache On Fri, Oct 17, 2014 at 9:52 AM, Darshana Gunawardana darsh...@wso2.com wrote: Hi Azeez, What it needs here is a distributed map which get synced among nodes in the cluster. 1. What would be the best way to do that? Using a Hazelcast distributed map? 2. If Hazelcast

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Firzhan Naqash
Hi Bhatiya, According to the code, default caching expiry time has been set as 15 mins. Regards, Firzhan On Fri, Oct 17, 2014 at 10:09 AM, Afkham Azeez az...@wso2.com wrote: Use javax.cache.Cache On Fri, Oct 17, 2014 at 9:52 AM, Darshana Gunawardana darsh...@wso2.com wrote: Hi Azeez,

[Dev] Reduce the execution speed of Web Driver

2014-10-16 Thread Sohani Weerasinghe
Hi, When using selenium web driver to write test cases, currently I am using Thread sleeps in order to control the speed of the browser. Is this the recommended way to slow down the execution speed? Please note that I am also using explicit waits to wait for certain conditions to occur before

[Dev] [APPFAC] Installing Jenkins plugins

2014-10-16 Thread Kasun De Silva
Hi All, How we ship AppFactory plugin for Jenkins, There are few more plugins that Jenkins should have in order to give .NET app support. 1. Jenkins MSBuild Plugin 2. Windows Slaves Plugin What could be the best way that we can do this ? I'm thinking include plugin installation and

Re: [Dev] Google Spreadsheet connector OAuth2 Authorization support

2014-10-16 Thread Malaka Silva
Hi Ravindra, When the access token is expired, using the refresh token we can obtain a new token. Are we storing back the new token for the consequent calls? or are we getting a new token for each execution cycle? Best Regards, Malaka On Fri, Oct 17, 2014 at 8:55 AM, Ravindra Ranwala

[Dev] Front-end framework to use

2014-10-16 Thread CD Athuraliya
Hi all, I am developing a web based GUI as a part of this project [1]. Are there any de facto frameworks/modules, used for such purposes? Any help would be much appreciated. [1] https://redmine.wso2.com/issues/3327 Thanks. -- *CD Athuraliya* Software Engineering Intern WSO2, Inc. lean .

[Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Sriskandarajah Suhothayan
Hi all, It's our pleasure to welcome Sachini Jayasekara as a WSO2 Committer. Sachini has contributed immensely to WSO2 Complex Event Processor especially on Siddhi and shown great commitment. In recognition of her contribution, she has been voted as a WSO2 Commiter. Welcome aboard and keep up

[Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Sriskandarajah Suhothayan
Hi all, It's our pleasure to welcome Tishan Dahanayakage as a WSO2 Committer. Tishan has contributed immensely to WSO2 Complex Event Processor especially on Siddhi and shown great commitment. In recognition of his contribution, he has been voted as a WSO2 Commiter. Welcome aboard and keep up the

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Kalpa Welivitigoda
Congratulations Tishan ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, It's our pleasure to welcome Tishan Dahanayakage as a WSO2 Committer. Tishan has contributed immensely to WSO2 Complex Event Processor especially on Siddhi and shown great

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Kalpa Welivitigoda
Congratulations Sachini ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, It's our pleasure to welcome Sachini Jayasekara as a WSO2 Committer. Sachini has contributed immensely to WSO2 Complex Event Processor especially on Siddhi and shown great

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Sameera Jayaratna
Congratz Sachini!! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, It's our pleasure to welcome Sachini Jayasekara as a WSO2 Committer. Sachini has contributed immensely to WSO2 Complex Event Processor especially on Siddhi and shown great commitment.

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Ayesha Dissanayaka
Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, It's our pleasure to welcome Sachini Jayasekara as a WSO2 Committer. Sachini has contributed immensely to WSO2 Complex Event Processor especially on Siddhi and shown great

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Rajith Siriwardena
Congratulations Tishan !!! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, It's our pleasure to welcome Tishan Dahanayakage as a WSO2 Committer. Tishan has contributed immensely to WSO2 Complex Event Processor especially on Siddhi and shown great

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Ayesha Dissanayaka
Congratulations Tishan !!! On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations Tishan ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, It's our pleasure to welcome Tishan Dahanayakage as a WSO2 Committer.

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Rajith Siriwardena
Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations Sachini ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, It's our pleasure to welcome Sachini Jayasekara as a WSO2

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Sameera Jayaratna
Congratz Tishan!! On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com wrote: Congratulations Tishan !!! On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations Tishan ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Lahiru Chandima
Congratulations Tishan! On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com wrote: Congratz Tishan!! On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com wrote: Congratulations Tishan !!! On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Tharindu Edirisinghe
Congratulations Sachini ! On Fri, Oct 17, 2014 at 10:45 AM, Rajith Siriwardena raj...@wso2.com wrote: Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations Sachini ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Tharindu Edirisinghe
Congratulations Tishan On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com wrote: Congratulations Tishan! On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com wrote: Congratz Tishan!! On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Vijitha Ekanayake
Congratulations Tishan !!! On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations Tishan ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, It's our pleasure to welcome Tishan Dahanayakage as a WSO2 Committer.

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Gayashan Amarasinghe
Congratulations Tishan!!! On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com wrote: Congratulations Tishan! On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com wrote: Congratz Tishan!! On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Sewwandi Perera
Congratulations Sachini... !!! :) On Fri, Oct 17, 2014 at 10:45 AM, Rajith Siriwardena raj...@wso2.com wrote: Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations Sachini ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Gayashan Amarasinghe
Congratulations Sachini!!! On Fri, Oct 17, 2014 at 10:45 AM, Rajith Siriwardena raj...@wso2.com wrote: Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations Sachini ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Vijitha Ekanayake
Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations Sachini ! On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, It's our pleasure to welcome Sachini Jayasekara as a WSO2

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Pulasthi Supun
Congrats!!! On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe gayas...@wso2.com wrote: Congratulations Sachini!!! On Fri, Oct 17, 2014 at 10:45 AM, Rajith Siriwardena raj...@wso2.com wrote: Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Pulasthi Supun
Congrats!!! On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe gayas...@wso2.com wrote: Congratulations Tishan!!! On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com wrote: Congratulations Tishan! On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Dakshika Jayathilaka
Congratulations Sachini !!! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com wrote: Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Kasun De Silva
Congratulations Sachini !! *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com lean.enterprise.middleware email : kas...@wso2.com mobile : +94 77 794 4260 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com wrote: Congratulations Sachini !!! On Fri, Oct

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Kasun De Silva
Congratulations Tishan !! *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com lean.enterprise.middleware email : kas...@wso2.com mobile : +94 77 794 4260 On Fri, Oct 17, 2014 at 10:51 AM, Pulasthi Supun pulas...@wso2.com wrote: Congrats!!! On Fri, Oct 17, 2014 at 10:49

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Dakshika Jayathilaka
Congratulations Tishan ! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com wrote: Congratulations Tishan !! *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Sajini De Silva
Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne sithumi...@wso2.com wrote: Congratulations Sachini!!! On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com wrote: Congratulations Sachini !! *Kasun de Silva* Software Engineer | *WSO2 Inc.*;

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Thilini Shanika
Congratulations Sachini :) On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne sithumi...@wso2.com wrote: Congratulations Sachini!!! On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com wrote: Congratulations Sachini !! *Kasun de Silva* Software Engineer | *WSO2 Inc.*;

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Rajkumar Rajaratnam
Congratulations Sachini!! On Fri, Oct 17, 2014 at 10:56 AM, Sajini De Silva saj...@wso2.com wrote: Congratulations Sachini !!! On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne sithumi...@wso2.com wrote: Congratulations Sachini!!! On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Sajini De Silva
Congratulations Tishan !!! On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com wrote: Congratulations Tishan ! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Thilini Shanika
Congratulations Tishan !!! On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com wrote: Congratulations Tishan ! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Rajkumar Rajaratnam
Congratulations Tishan! On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com wrote: Congratulations Tishan ! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Harsha Kumara
Congratulations Sachini! On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika thili...@wso2.com wrote: Congratulations Sachini :) On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne sithumi...@wso2.com wrote: Congratulations Sachini!!! On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva

Re: [Dev] Google Spreadsheet connector OAuth2 Authorization support

2014-10-16 Thread Ravindra Ranwala
Hi Malaka, We neither store new tokens for consequent calls nor obtain a new token for each task execution. We obtain tokens only once when the connection is created and it is stored. We pass Access token and refresh token (stored previously) to the Google spreadsheet API (gdata spreadsheet)

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Harsha Kumara
Congratulations Tishan! On Fri, Oct 17, 2014 at 10:58 AM, Rajkumar Rajaratnam rajkum...@wso2.com wrote: Congratulations Tishan! On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com wrote: Congratulations Tishan ! *Dakshika Jayathilaka* Software Engineer WSO2, Inc.

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Anuruddha Premalal
Congratulations Tishan!! On Fri, Oct 17, 2014 at 10:58 AM, Rajkumar Rajaratnam rajkum...@wso2.com wrote: Congratulations Tishan! On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com wrote: Congratulations Tishan ! *Dakshika Jayathilaka* Software Engineer WSO2, Inc.

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Anuruddha Premalal
Congratulation Sachini!! On Fri, Oct 17, 2014 at 10:59 AM, Harsha Kumara hars...@wso2.com wrote: Congratulations Sachini! On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika thili...@wso2.com wrote: Congratulations Sachini :) On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Vinuri Perera
Congrats !!! :) On Fri, Oct 17, 2014 at 10:59 AM, Harsha Kumara hars...@wso2.com wrote: Congratulations Sachini! On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika thili...@wso2.com wrote: Congratulations Sachini :) On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Vinuri Perera
congrats Tishan !!! On Fri, Oct 17, 2014 at 11:00 AM, Anuruddha Premalal anurud...@wso2.com wrote: Congratulations Tishan!! On Fri, Oct 17, 2014 at 10:58 AM, Rajkumar Rajaratnam rajkum...@wso2.com wrote: Congratulations Tishan! On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Ashan Dhananjaya
happy for you Tishan :) ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Front-end framework to use

2014-10-16 Thread Chamila De Alwis
Hi, I haven't done any serious front end work, but as an additional concern when selecting frameworks and modules, have a look at the license they are using. They should be licensed under Apache License v2.0 or under a compatible license. It might help going briefly through the articles[1][2][3]

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Niranda Perera
Congrats Tishan! On Fri, Oct 17, 2014 at 11:04 AM, Ashan Dhananjaya ash...@wso2.com wrote: happy for you Tishan :) ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- *Niranda Perera* Software Engineer, WSO2

Re: [Dev] Front-end framework to use

2014-10-16 Thread CD Athuraliya
Hi Chamila, Thanks for the tip on license compatibility. I will look into this. Best regards. On Fri, Oct 17, 2014 at 11:05 AM, Chamila De Alwis chami...@wso2.com wrote: Hi, I haven't done any serious front end work, but as an additional concern when selecting frameworks and modules, have

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Denuwanthi De Silva
Congratulations Sachini!! On Fri, Oct 17, 2014 at 11:03 AM, Anuruddha Premalal anurud...@wso2.com wrote: Congratulation Sachini!! On Fri, Oct 17, 2014 at 10:59 AM, Harsha Kumara hars...@wso2.com wrote: Congratulations Sachini! On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Denuwanthi De Silva
Congratulations Tishan!! On Fri, Oct 17, 2014 at 11:08 AM, Niranda Perera nira...@wso2.com wrote: Congrats Tishan! On Fri, Oct 17, 2014 at 11:04 AM, Ashan Dhananjaya ash...@wso2.com wrote: happy for you Tishan :) ___ Dev mailing list

Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Niranda Perera
Congrats Sachini! On Fri, Oct 17, 2014 at 11:03 AM, Anuruddha Premalal anurud...@wso2.com wrote: Congratulation Sachini!! On Fri, Oct 17, 2014 at 10:59 AM, Harsha Kumara hars...@wso2.com wrote: Congratulations Sachini! On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika thili...@wso2.com

Re: [Dev] [APPFAC] Installing Jenkins plugins

2014-10-16 Thread Danushka Fernando
AFAIU we are not shipping any thing related to .NET apptype and we are just providing a doc. Correct me if I am wrong. In that case +1 for mentioning it in docs. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, Oct 17, 2014 at 10:32 AM,

Re: [Dev] [APPFAC] Installing Jenkins plugins

2014-10-16 Thread Gayan Dhanushka
Hi Danushka, Just to clarify the things, are we following a model where in the future we just don't ship artifacts for all the apptypes supported by us but provide documentation so that if someone wants to have a particular apptype he can plug it in ? In that case +1 for mentioning in the docs.

Re: [Dev] [CARBON] Reproducing CARBON-14572

2014-10-16 Thread Aparna Karunarathna
Hi Gayashan, Seems like I haven't attached the carbon log, very sorry for that. This was happened when we were doing basic bpel testing in BPS clustered setup(might be a milestones pack). These issues were not reproducible very easily and also cannot give the exact steps to reproduce the issue.

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Shashika Karunatilaka
Congrats Tishan On Fri, Oct 17, 2014 at 11:22 AM, Danesh Kuruppu dan...@wso2.com wrote: Congrats Tishan!!! On Fri, Oct 17, 2014 at 11:11 AM, Denuwanthi De Silva denuwan...@wso2.com wrote: Congratulations Tishan!! On Fri, Oct 17, 2014 at 11:08 AM, Niranda Perera nira...@wso2.com wrote: