Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-02 Thread Kathees Rajendram
Hi Chanuka, Now we don't have the method[1][2] in github1.0.0 connector. We will include this in next version of github or you can contribute [3] with creating the method. [1] - https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data [2] -

[Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-02 Thread Chanuka Dissanayake
Hi, Current connector [1] doesn't support on the $subject. Github API [2] is supporting it, and need to implement the method inside the connector. As a workaround we can do traverse thorough the pull request (refer [3]) per each repo and retrieve the list. [1]

Re: [Dev] [Carbon] Starting and stopping WSO2 carbon server programmatically

2016-03-02 Thread Dumidu Handakumbura
Hi, Carbon servers provides restart/shutdown operations through the ServerAdmin MBean(in org.wso2.carbon). You should be able to call these operations using a java jmx client. Thanks, Dumidu On Thu, Mar 3, 2016 at 12:26 PM, Vithulan Vijayanandan wrote: > Hi, > > I am

[Dev] [Carbon] Starting and stopping WSO2 carbon server programmatically

2016-03-02 Thread Vithulan Vijayanandan
Hi, I am currently able to start the server using Processbulder class [1]. Is there any other way to start and stop the carbon server from Java? [1] https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html -- *Vithulan MV* Intern-Software Engineering WSO2, Inc : wso2.com

Re: [Dev] [ESB] Oauth Mediator Documentation

2016-03-02 Thread Nisrin Sheriff
Hi Chathurika, Thank you for the information. Created a JIRA [1] to get this done. [1] https://wso2.org/jira/browse/DOCUMENTATION-3100 Best Regards, Nisrin Nisrin Sheriff Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. mobile: +94 776 24 84 56 http://wso2.com On Wed, Mar 2,

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

2016-03-02 Thread Praminda Jayawardana
Hi All, I've tested Human task coordination and task termination for API Manager workflows. No issues found. [x] Stable - go ahead and release Thanks, Praminda On Thu, Mar 3, 2016 at 10:36 AM, Heshitha Hettihewa wrote: > Hi all, > > I've tested following features > > 1)

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

2016-03-02 Thread Heshitha Hettihewa
Hi all, I've tested following features 1) Humantask Samples and Humantask Explorer 2) BPMN Samples and BPMN Explorer 3) BPEL Samples No issues found. [x] Stable - go ahead and release Thanks. On Wed, Mar 2, 2016 at 2:42 PM, Hasitha Aravinda wrote: > Hi Devs, > > Tested

Re: [Dev] [APIM] Adding new API store themes for tenants via admin-dashboard

2016-03-02 Thread Joseph Fonseka
Is this a blocker can we fix this in the next release ? Thanks Jo On Thu, Mar 3, 2016 at 10:02 AM, Shenavi de Mel wrote: > Hi Jo, > > Yeah that would be a better approach. Is there any possibility we could > get this changes incorporated to the 1.10.0 release? If not we would

Re: [Dev] [APIM] Adding new API store themes for tenants via admin-dashboard

2016-03-02 Thread Shenavi de Mel
Hi Jo, Yeah that would be a better approach. Is there any possibility we could get this changes incorporated to the 1.10.0 release? If not we would need to patch it and would have to maintain it from the cloud end. We would appreciate if this could be issued as a patch for 1.10.0 since we would

Re: [Dev] GSOC 2016: Proposal 7

2016-03-02 Thread Dinanjana Gunaratne
Hi all, Not currently. I am going through the documentation :) Thanks for the help :) On Thu, Mar 3, 2016 at 9:52 AM, Isuru Udana wrote: > Hi Dinanjana, > > Do you need further help to understand the ESB architecture ? > > On Mon, Feb 29, 2016 at 6:01 PM, Nadeeshaan Gunasinghe

Re: [Dev] GSOC 2016: Proposal 7

2016-03-02 Thread Isuru Udana
Hi Dinanjana, Do you need further help to understand the ESB architecture ? On Mon, Feb 29, 2016 at 6:01 PM, Nadeeshaan Gunasinghe wrote: > Hi Dinanjana, > > In order to have a better understanding about the underlying > functionalities of WSO2 ESB, it would be better if

Re: [Dev] Proposal 8: [ESB/GW] HTTP Load balancer on top of WSO2 Gateway - Reg

2016-03-02 Thread Kasun Indrasiri
Hi Venkat, Thanks for your interest in the above proposal. Yes, the same link is valid for all the projects related GW (I've updated the references). So, to get started with you can start running the samples and going through the code base of GW. Also you can come up with the use cases that you

Re: [Dev] XML to json array in ESB

2016-03-02 Thread Shazni Nazir
Hi Chanaka, Thanks. Using the above property inside a payload factory works fine. Shazni Nazeer Mob : +94 37331 LinkedIn : http://lk.linkedin.com/in/shazninazeer Blog : http://shazninazeer.blogspot.com On Tue, Mar 1, 2016 at 8:03 PM, Chanaka Fernando wrote: > Hi Shazni,

Re: [Dev] [AppM] Remove foreign key constraints from STAT tables

2016-03-02 Thread Ruwan Abeykoon
Hi All, +1 Stat table should hold only "facts". They should bot have any referential integrity at all, since stat records will not get any updates at all. Cheers, Ruwan On Thu, Mar 3, 2016 at 6:37 AM, Lahiru Cooray wrote: > Hi, > I suggest that we should *not* enforce any

Re: [Dev] [GSOC 2016] Contribute Developer Tooling for Microservice Framework for Java

2016-03-02 Thread Heshan Jayasinghe
HI Dimuthu, I am interested on project *Developer Tooling for Microservice Framework for Java.*Could you please give further information about this project then I can start my proposal from now onwards.Is there any prerequisites to do this project? I work with apache jclouds,docker,kubernates

[Dev] [AppM] Remove foreign key constraints from STAT tables

2016-03-02 Thread Lahiru Cooray
Hi, I suggest that we should *not* enforce any referential integrity to Stats related tables. eg: CREATE TABLE IF NOT EXISTS APM_APP_HITS ( UUID VARCHAR(500) NOT NULL, APP_NAME VARCHAR(200) NOT NULL, VERSION VARCHAR(50), CONTEXT VARCHAR(256) NOT NULL, USER_ID VARCHAR(50) NOT NULL, TENANT_ID

Re: [Dev] How do I use enrich mediator with JSON payload in ESB 4.9.0?

2016-03-02 Thread Rajkumar Rajaratnam
Thanks Shafreen for the information and Praneesha for fixing the doc. On Tue, Mar 1, 2016 at 6:21 AM, Praneesha Chandrasiri wrote: > Hi all, > > > I removed Enrich Mediator from the list, which includes mediators that > have JSON support in docs of ESB 4.9.0 and above, as

Re: [Dev] [Gsoc 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-03-02 Thread Ayyoob Hamza
Hi Geethika, Thank you for your interest in this project. CDMF is a framework that is used for device management and one of the requirement is for the user to monitor the device status. There are two ways to check the status of a device 1) Send a device health check ping to the device and then

[Dev] [Gsoc 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-03-02 Thread Geethika Kumari
Dear sir, I am Geethika Kumari Abeysinghe third year student of University of Moratuwa. I am interestig with this project. I have knowledge and hand on experiences on java programming, restful web services and maven project implementations. Please let me to be clarified about the objectives and

Re: [Dev] [APIM] Adding new API store themes for tenants via admin-dashboard

2016-03-02 Thread Joseph Fonseka
I don't think font files can harm the system lets make white-list configurable so we can add file types which are safe. Regards Jo On Wed, Mar 2, 2016 at 8:28 AM, Shenavi de Mel wrote: > Hi Jo, > > Just another concern. Is there a particular reason why the deployment of > web

Re: [Dev] [VOTE] Release WSO2 MSF4J 1.0.0 RC5

2016-03-02 Thread Jayanga Dissanayake
Hi Samiyuru, http://maven.wso2.org/nexus/content/repositories/orgwso2-327/ is related to RC5 and, as you have already released the msf4j GA, Do we need to keep this in the staging repo? IMO we can drop this. Thanks, Jayanga. *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. -

Re: [Dev] [GSoC] Proposal 8: HTTP Load balancer on top of WSO2 Gateway

2016-03-02 Thread Pubudu Fernando
Hi Kasun & Isuru, Thanks for the guidance. I will have a look at what you have mentioned and inform you of the progress made. Thanks. Pubudu *Pubudu Fernando* Software Engineer - Intern WSO2 Inc. mobile: +94 77 888 2543 blog: http://blog.pubudu.xyz On Wed, Mar 2, 2016 at 10:28 AM, Kasun

[Dev] [ESB] Oauth Mediator Documentation

2016-03-02 Thread Chathurika De Silva
Hi As per the offline chat with Asela the documentation that is pointed by [1] is Oauth 1.0 [2] . There seems to be no sample for Oauth 2.0 related scenario. Can we get it included in the documentation? [1] https://docs.wso2.com/display/ESB500/OAuth+Mediator [2]

Re: [Dev] [ESB500] JMS Inbound Endpoint behavior with Session Acknowledgement

2016-03-02 Thread Dilshani Subasinghe
Hi Malaka, Thank you and will try to proceed with that in mind. Still ESB having different behavior rather than normal JMS Client (Even though having same configurations). Will check on that. Regards, Dilshani On Wed, Mar 2, 2016 at 3:08 PM, Malaka Silva wrote: > > > On Wed,

Re: [Dev] [ESB500] JMS Inbound Endpoint behavior with Session Acknowledgement

2016-03-02 Thread Malaka Silva
On Wed, Mar 2, 2016 at 2:55 PM, Dilshani Subasinghe wrote: > Hi Malaka, > > Thank you for explanations. I checked configurations and updated > accordingly. And also there is a small point to clarify. > > When creating JMS Client use following function to create a session: > >

Re: [Dev] Publish data set in DAS

2016-03-02 Thread Hasanthi Purnima Dissanayake
Hi Lakshitha, I have recently published data from ESB(4.9.0) custom proxy to DAS(3.0.0). For your reference you can use [1]. [1] http://lcbolgger.blogspot.com/2015/11/publish-data-from-wso2-esb-to-wso2-das_42.html Thanks, Hasanthi Dissanayake Software Engineer | WSO2 E: hasan...@wso2.com M

Re: [Dev] [ESB500] JMS Inbound Endpoint behavior with Session Acknowledgement

2016-03-02 Thread Dilshani Subasinghe
Hi Malaka, Thank you for explanations. I checked configurations and updated accordingly. And also there is a small point to clarify. When creating JMS Client use following function to create a session: *Session session = connection.createSession(false, Session.CLIENT_ACKNOWLEDGE);* JMS Inbound

Re: [Dev] [DAS] Retrieving sorted data from queries to DAS

2016-03-02 Thread Shabir Mohamed
Hi Udara, Yes, sorting of the data received at the DAS end (to a temporary table) can be done within the Spark Query. As per discussion with the DAS team, *The the flow of retrieving data from DAS via a Lucene query works as follows:* A call to fetch data from DAS with a lucene query is run

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

2016-03-02 Thread Hasitha Aravinda
Hi Devs, Tested followings in clustered environment. - BPEL Asynchronous process chaining. - BPEL Correlation Violation. - ODE clustering Implementation and Job re-assignment. - Verified issue https://wso2.org/jira/browse/CARBON-15776​ is fixed. *Cluster Details : * 1 Manager, 2

Re: [Dev] Publish data set in DAS

2016-03-02 Thread Sinthuja Ragendran
Hi Lakshitha, On Wed, Mar 2, 2016 at 2:26 PM, Lakshitha Warnakulasuriya < lakshitha...@gmail.com> wrote: > Thanx Sinthuja. > > But when I persisted the steam, there is no column for the string that > return by soap service. > Do you mean the response, as the 'string retuned by soap service'

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-02 Thread Mahesh Dananjaya
Hi Maheshakya, Thank you for the resources. I will go through this and looking forward to this proposed project.Thank you. BR, Mahesh. On Wed, Mar 2, 2016 at 1:52 PM, Maheshakya Wijewardena wrote: > Hi Mahesh, > > Thank you for the interest for this project. > > We would

Re: [Dev] Publish data set in DAS

2016-03-02 Thread Lakshitha Warnakulasuriya
Thanx Sinthuja. But when I persisted the steam, there is no column for the string that return by soap service. And also there is no string in Data Explorer. Is there any work around I should follow for solve this. Thanks and Regards, Lakshitha. On Wed, Mar 2, 2016 at 1:41 PM, Sinthuja Ragendran

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

2016-03-02 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

Re: [Dev] Publish data set in DAS

2016-03-02 Thread Sinthuja Ragendran
Hi Lakshitha, On Wed, Mar 2, 2016 at 1:36 PM, Lakshitha Warnakulasuriya < lakshitha...@gmail.com> wrote: > Thanx Sinthuja. > > But after create wso2 event receiver, where can I see the string that > return by soap service., > I believe you wanted to see the fields that were sent along with

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-02 Thread Maheshakya Wijewardena
Hi Mahesh, Thank you for the interest for this project. We would like to know what type of similar projects you have worked on. You may have seen that WSO2 Machine Learner supports several learning algorithms at the moment[1]. This project intends to leverage the existing algorithms in WSO2

Re: [Dev] Publish data set in DAS

2016-03-02 Thread Lakshitha Warnakulasuriya
Thanx Sinthuja. But after create wso2 event receiver, where can I see the string that return by soap service., Regards, Lakshitha. On Wed, Mar 2, 2016 at 1:22 PM, Sinthuja Ragendran wrote: > Hi Lakshitha, > > > On Wed, Mar 2, 2016 at 1:20 PM, Lakshitha Warnakulasuriya < >