Re: [Dev] [Automation Framework]

2016-04-03 Thread Malaka Silva
Hi, It seems this is a requirement for ESB integration tests not for ESB Connector test. Ideally we should have a different version for connectors in integration base. On Mon, Apr 4, 2016 at 9:34 AM, Yashothara Shanmugarajah < yashoth...@wso2.com> wrote: > Thanks Rajjaz > > Best Regards, >

[Dev] [App Cloud] App Cloud 3.0.0-alpha release code freeze

2016-04-03 Thread Punnadi Gunarathna
Hi All, We are going to freeze the master branch eod today for the upcoming release. Please complete all the work in progress by eod and commit the changes. -- Thanks and Regards, Punnadi Gunarathna Senior Software Engineer, WSO2, Inc.; http://wso2.com Blog:

[Dev] [App Cloud] Custom Applications on AppCloud

2016-04-03 Thread Nishadi Kirielle
Hi all, I am currently working on allowing users to upload custom applications types to app cloud with the user specified docker urls. As for now this feature is expected to be exposed only to internal users by updating the configuration file. Any suggestions on this feature are highly

Re: [Dev] [ES][PC] Prevent automatic redirection in form submission in Process Center

2016-04-03 Thread Sameera Medagammaddegedara
Hi Dilini, *https://localhost:9443/publisher/assets/process/create?process-name=abc== > * > > Is this something default provided by ES? > No Instead of searching a process by name only, when a user adds a

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

2016-04-03 Thread Nirmal Fernando
Hi Mahesh, So, we are in the process of evaluating proposals, till then, you can start doing some project related tasks and update us on what you did. Also feel free to ask any questions that you may have. On Thu, Mar 31, 2016 at 2:48 PM, Mahesh Dananjaya wrote: >

Re: [Dev] Upgrading App Manager to user Carbon Kernel 4.4.5

2016-04-03 Thread Rushmin Fernando
Thanks Pulasthi ! App Manager WIP code can be found in [1] and [2] Thanks Rushmin [1] - https://github.com/wso2/carbon-appmgt/tree/feature/kernel-4.4.5-upgrade [2] - https://github.com/wso2/product-app-manager/tree/feature/kernel-4.4.5-upgrade On Fri, Apr 1, 2016 at 4:52 PM, Pulasthi

[Dev] [ES][PC] Prevent automatic redirection in form submission in Process Center

2016-04-03 Thread Dilini Mihindra
Hi all, I am currently working on an advance search functionality in the Process Center. Instead of searching a process by name only, when a user adds a sub-process for a new process, I am implementing the functionality to do an advance search using more filters (ex: name, version, owner,

Re: [Dev] [DAS] Is there a way to retrieve selected fields from a given table

2016-04-03 Thread Geesara Prathap
Hi Gimantha, Thanks. I will check this out. On Mon, Apr 4, 2016 at 9:48 AM, Gimantha Bandara wrote: > Hi all, > > We have added an extra query parameter to "get" operation and a JSON > element called "columns" to "search" and "drilldown" operations. > > > *Get the records

Re: [Dev] [DAS] Is there a way to retrieve selected fields from a given table

2016-04-03 Thread Gimantha Bandara
Hi all, We have added an extra query parameter to "get" operation and a JSON element called "columns" to "search" and "drilldown" operations. *Get the records from a table* GET /analytics/tables/{tableName}?columns=column1,column2,column3 *Drilldown and Search APIs* Additional JSON element

Re: [Dev] [Architecture] [REST APIs][Analytics] GET request with a payload

2016-04-03 Thread Gimantha Bandara
Please note that "fields" is changed to "columns" for consistency as in APIs, "columns" is used. On Mon, Apr 4, 2016 at 9:08 AM, Gimantha Bandara wrote: > Hi all, > > Thank you for your suggestions! We are going to use GET with the query > parameter "columns" to get the

Re: [Dev] [VOTE] Release WSO2 Dockerfiles 1.0.0 RC3

2016-04-03 Thread Chamila De Alwis
*[x] Stable *- Go ahead and release Verified the following - Repository structure - Distribution - Helper Scripts (build, run, stop) for WSO2 MB and WSO2 AM, and smoke tests for basic product functionality - License headers - README content Regards, Chamila de Alwis

Re: [Dev] [Automation Framework]

2016-04-03 Thread Yashothara Shanmugarajah
Thanks Rajjaz Best Regards, Yashothara.S Software Engineer WSO2 On Fri, Apr 1, 2016 at 5:05 PM, Rajjaz Mohammed wrote: > Hi Yashothara, > > When your running the integration test ESB will start with axis2 service > to test the synapse samples[1] in port 9000 because these

Re: [Dev] Unable to send SOAP call.

2016-04-03 Thread Shakila Sivagnanarajah
Hi Chiranga, While debugging the code, I found that the class loader did not find the package 'org.apache.axis2.saaj.SOAPConnectionFactoryImpl'. It throws the class not found exception like "*org.apache.axis2.saaj.SOAPConnectionFactoryImpl cannot be found by geronimo-saaj_1.3_spec_1.0.0.wso2v3".*

Re: [Dev] Streaming File transfer with File Inbound/File Connector

2016-04-03 Thread Malaka Silva
Hi Yashothara, Can you start working on this please. On Mon, Mar 14, 2016 at 11:41 AM, Vivekananthan Sivanayagam < vivekanant...@wso2.com> wrote: > Hi Malaka, > > I have created Jira [1]. > > [1] https://wso2.org/jira/browse/ESBCONNECT-86 > > > > > *Thank youVivekananthan Sivanayagam* > >

Re: [Dev] [Architecture] [REST APIs][Analytics] GET request with a payload

2016-04-03 Thread Gimantha Bandara
Hi all, Thank you for your suggestions! We are going to use GET with the query parameter "columns" to get the records filtered by a time range. So when only a selected set of columns/fields are needed, Following format can be used. *Get the records within a specific time range.* GET

[Dev] C5 - mention the port in use as part of error message

2016-04-03 Thread Sumedha Rubasinghe
It's port 8080 that is being used here. But no way to find that through the exception through from Netty HTTP Transport listener. [2016-04-04 08:37:03,872] INFO {org.wso2.carbon.transport.http.netty.listener.NettyListener} - Starting Netty Http Transport Listener [2016-04-04 08:37:03,876]

Re: [Dev] Kubernetes (and Openshift) modules

2016-04-03 Thread Chamila De Alwis
Hi Ramon, One issue that can arise if a configuration step is introduced to Docker images is the propagation of configuration changes in a running cluster. If the configuration is done for a generic server at startup, the subsequent changes to the config has to go live following either of two