Re: [Architecture] Connector:Google Drive

2013-12-11 Thread Jackie Wheeler
A few comments on the operation names: - All operation names should start with a lowercase letter. Some of them, like ListComments and ListProperty and a few others, start with upper case. Please fix. - listFile should be listFiles - listFilePermission should be listFilePermissions

[Architecture] {APIM} BPEL workflow message formats for Human interactions

2013-12-11 Thread Vijayaratha Vijayasingam
Hi all; We try to incorporate Humantasks in our API management process. Currently , we try to add human interactions for three tasks. 1. Application creation 2. Usersignup process 3. Subscription creation Following are the payloads, we send out to external bpel process respectively.

Re: [Architecture] {APIM} BPEL workflow message formats for Human interactions

2013-12-11 Thread Sumedha Rubasinghe
On Wed, Dec 11, 2013 at 2:30 PM, Vijayaratha Vijayasingam rat...@wso2.comwrote: Hi all; We try to incorporate Humantasks in our API management process. Currently , we try to add human interactions for three tasks. 1. Application creation 2. Usersignup process 3. Subscription

Re: [Architecture] {APIM} BPEL workflow message formats for Human interactions

2013-12-11 Thread Sanjeewa Malalgoda
On Wed, Dec 11, 2013 at 2:30 PM, Vijayaratha Vijayasingam rat...@wso2.comwrote: Hi all; We try to incorporate Humantasks in our API management process. Currently , we try to add human interactions for three tasks. 1. Application creation 2. Usersignup process 3. Subscription

Re: [Architecture] {APIM} BPEL workflow message formats for Human interactions

2013-12-11 Thread Vijayaratha Vijayasingam
On 11 December 2013 15:08, Sanjeewa Malalgoda sanje...@wso2.com wrote: On Wed, Dec 11, 2013 at 2:30 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; We try to incorporate Humantasks in our API management process. Currently , we try to add human interactions for three tasks.

Re: [Architecture] Some ESB Feedback

2013-12-11 Thread Shafreen Anfar
Hi, I think having some sort of debugging mechanism would be really helpful. Some other external developers also raised the same issue during the training session on connectors. In fact, they even asked for the same thing - print all properties at a given point . Hi Srinath, We have created two

Re: [Architecture] {APIM} BPEL workflow message formats for Human interactions

2013-12-11 Thread Nuwan Dias
Hi Sanjeewa, applicationCallbackUrl is a property in the Application. Similar to Application Name, Application Description. Thanks, NuwanD. On Wed, Dec 11, 2013 at 3:12 PM, Vijayaratha Vijayasingam rat...@wso2.comwrote: On 11 December 2013 15:08, Sanjeewa Malalgoda sanje...@wso2.com

Re: [Architecture] Some ESB Feedback

2013-12-11 Thread Srinath Perera
Hi Shafreen, For debugging we can write a mediator that can block/ unblock the current execution and let users control that through remote calls (one way to do this). Shall we chat F2F sometime. --Srinath On Wed, Dec 11, 2013 at 3:15 PM, Shafreen Anfar shafr...@wso2.com wrote: Hi, I think

Re: [Architecture] Some ESB Feedback

2013-12-11 Thread Shafreen Anfar
Hi Isabell, will do. Hi Srinath, Sure, let's have a F2F chat whenever that works for you. However, today I am out of the office :). On Wed, Dec 11, 2013 at 3:43 PM, Srinath Perera srin...@wso2.com wrote: Hi Shafreen, For debugging we can write a mediator that can block/ unblock the

[Architecture] OC first step

2013-12-11 Thread Chamil Jeewantha
We are going to implement the View Topology scenario as a quick start up to the OC work. Here is the very simple communication defined for this scenario. Components The Operation Center (OC) consists of several components: 1. Node Agent 2. Manager Agent 3. OC backend 4.

Re: [Architecture] Some ESB Feedback

2013-12-11 Thread Isabelle Mauny
Basic requirements for this (see #1948 and #955). a) It needs to be external to the actual service executing (i.e. I must not have to change the sequence to get debugging working). b) I need to be able to see headers, properties values and body before and after each mediator execution c) I need

Re: [Architecture] [Appfactory][Resources] Improve resource creation and Application Life cycle Management

2013-12-11 Thread Samisa Abeysinghe
So, no staging right? If yes, then where do we roll back to in CI? Thanks, Samisa... Samisa Abeysinghe Vice President Training WSO2 Inc. http://wso2.com On Wed, Dec 11, 2013 at 9:40 AM, Manjula Rathnayake manju...@wso2.comwrote: Hi Ushani, See the comments inline, On Wed, Dec 11,

Re: [Architecture] [Update] Moving the APIM Store to the Enterprise Store

2013-12-11 Thread Nuwan Bandara
Hi Sameera, Good progress, can you attach the screenshot again. Also @APIM team are we doing a new UI or going stick to the same UI ? am +1 to a new UI, which aligns little bit to the ES look and feel WDYT ? Regards, /Nuwan On Wed, Dec 11, 2013 at 6:43 AM, Sameera Medagammaddegedara

Re: [Architecture] [Update] Moving the APIM Store to the Enterprise Store

2013-12-11 Thread Sameera Medagammaddegedara
+1 to a UI similar to the Store On Wed, Dec 11, 2013 at 11:48 PM, Nuwan Bandara nu...@wso2.com wrote: Hi Sameera, Good progress, can you attach the screenshot again. Also @APIM team are we doing a new UI or going stick to the same UI ? am +1 to a new UI, which aligns little bit to the ES

[Architecture] Jaggery Test Framework is ready to Test

2013-12-11 Thread Madhuka Udantha
Hi, Jaggery Test frame work[1] currently built (RC1 - [5]) and p2 features[2] also completed, Still in git local. We will added it wso2 github soon. Now you all are welcome to test your jaggery unit test coding with it. (Sample test app can be found in[1,2] and documentation can be found

Re: [Architecture] Connector:Google Drive

2013-12-11 Thread indika prasad
Hi Chanaka, Folder creation can be done using the insertFile method. Google API saying: In google drive api, a folder is essentially a file — one identified by the special folder MIME type application/vnd.google-apps.folder. You can create a new folder by inserting a file with this MIME type

Re: [Architecture] Connector:Google Drive

2013-12-11 Thread indika prasad
Hi Jackie, We will update the method list with corrected camel case and names. Child refer to both files and folders in google API. Most of the method names are taken from the google drive API. Using same method names in connector would be easier to the end user. But if it doesn't give the

[Architecture] WSO2 Application Server comparison against pure Tomcat

2013-12-11 Thread Chamil Jeewantha
Hi All, I am currently woring on $subject. I have done the following work up to now. Please provide your feedback to improve it further. *Target:* Quantify the compensation for the features in WS2 Application server. Understand the improvable areas of WSO2 Application server. It is obvious

[Architecture] [C5] WSO2 Carbon Kernel 5.0.0 - M1 Release

2013-12-11 Thread Sameera Jayasoma
Hi All, We are happy to inform you that the release of the first milestone of Carbon kernel 5.0.0. You can download the release distribution from [1]. *What is Carbon Kernel 5?* Carbon kernel 5 is the next generation of WSO2 Carbon kernel, re-architected from the ground up with the latest