Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Shakila Sivagnanarajah
Hi Ashalya, They gave all required instructions to run test cases in README file. If request body needs to be changed in {Codeplex_Connector_Home}/src/test/resources/artifacts/ESB/config/restRequests, they should mention it in the README clearly. Thank you. On Thu, Apr 2, 2015 at 9:59 AM, Sriash

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Sriashalya Srivathsan
Hi Pumudu, Normally in all connectors we describe the way of integration tests in the README file. User need to run the integration test first, for that they need different credentials and datas to update. so those details also should be given in the README file. Thank you, Rgds, On Wed, Apr 1,

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Shakila Sivagnanarajah
Hi Pumudu, All methods are working fine with the patches given in [1]. [1] -[Dev] WSO2 ESB 4.8.1 HTTP Patch support. Thank you. On Wed, Apr 1, 2015 at 3:31 PM, Kesavan Yogarajah wrote: > Hi Shakila please find the patches from the following mail thread[1]. > > [1] -[Dev] WSO2 ESB 4.8.1 HTTP P

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Kesavan Yogarajah
Hi Shakila please find the patches from the following mail thread[1]. [1] -[Dev] WSO2 ESB 4.8.1 HTTP Patch support Kesavan Yogarajah Associate Software Engineer WSO2 Inc. Mob: +94 779758021 On Wed, Apr 1, 2015 at 3:10 PM, Shakila Sivagnanarajah wrote: > Hi Pumudu, > > If you are using any p

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Shakila Sivagnanarajah
Hi Pumudu, If you are using any patches can you please update that on README. On Wed, Apr 1, 2015 at 3:06 PM, Pumudu Ruhunage wrote: > Hi Shakila, > > AFAIK integration test resources are not user configurable. therefore, not > required to document in user README. Regarding the test failures, i

Re: [Dev] CodePlex ESB connector review

2015-04-01 Thread Pumudu Ruhunage
Hi Shakila, AFAIK integration test resources are not user configurable. therefore, not required to document in user README. Regarding the test failures, i think it's due to some of the patches missing in your esb instance.integration tests are passing with patched esb and with given test resources

Re: [Dev] CodePlex ESB connector review

2015-03-31 Thread Shakila Sivagnanarajah
Hi Pumudu and Tharik, I have tried with the request bodies given in the connector, there are 6 test cases failed. Please find the Log file here. In your connector, you are giving all inputs in */codeplex/src/test/resources/artifacts/ESB/config/restRequests/codeplex *so you have to mention it in RE

Re: [Dev] CodePlex ESB connector review

2015-03-19 Thread Shakila Sivagnanarajah
Hi, Thank you Pumudu. On Thu, Mar 19, 2015 at 9:31 PM, Pumudu Ruhunage wrote: > Hi, > > We have fixed issues as requested. Please find codeplex connector pull > request[1] and jira[2]. Documentation has updated in jira. > > [1] https://github.com/wso2/esb-connectors/pull/83 > [2] https://wso2.o

Re: [Dev] CodePlex ESB connector review

2015-03-19 Thread Pumudu Ruhunage
Hi, We have fixed issues as requested. Please find codeplex connector pull request[1] and jira[2]. Documentation has updated in jira. [1] https://github.com/wso2/esb-connectors/pull/83 [2] https://wso2.org/jira/browse/ESBCONNECT-31 Regards, On Tue, Mar 10, 2015 at 5:24 PM, Pumudu Ruhunage wrot

Re: [Dev] CodePlex ESB connector review

2015-03-10 Thread Pumudu Ruhunage
Hi Shakila, Currently I'm making necessary changes to test cases. i'll let you know once it's done. Regards, On Tue, Mar 10, 2015 at 2:40 PM, Shakila Sivagnanarajah wrote: > Hi Tharik and Pumudu, > > Can you please give a quick update on this? > > Thank you. > > On Wed, Feb 25, 2015 at 3:44 PM

Re: [Dev] CodePlex ESB connector review

2015-03-10 Thread Shakila Sivagnanarajah
Hi Tharik and Pumudu, Can you please give a quick update on this? Thank you. On Wed, Feb 25, 2015 at 3:44 PM, Pumudu Ruhunage wrote: > Adding my correct email. > > On Wed, Feb 25, 2015 at 2:20 PM, Shakila Sivagnanarajah > wrote: > >> Hi Tharik, >> >> Ok, Go ahead. >> >> >> On Wed, Feb 25, 201

Re: [Dev] CodePlex ESB connector review

2015-02-25 Thread Pumudu Ruhunage
Adding my correct email. On Wed, Feb 25, 2015 at 2:20 PM, Shakila Sivagnanarajah wrote: > Hi Tharik, > > Ok, Go ahead. > > > On Wed, Feb 25, 2015 at 12:20 PM, Tharik Kanaka wrote: > >> Hi Shakila, >> >> We have removed and updated the Snapshot dependencies of the automation >> and integration.

Re: [Dev] CodePlex ESB connector review

2015-02-25 Thread Shakila Sivagnanarajah
Hi Tharik, Ok, Go ahead. On Wed, Feb 25, 2015 at 12:20 PM, Tharik Kanaka wrote: > Hi Shakila, > > We have removed and updated the Snapshot dependencies of the automation > and integration. Since automation and integration dependencies have been > updated recently our old test cases (which were

Re: [Dev] CodePlex ESB connector review

2015-02-24 Thread Tharik Kanaka
Hi Shakila, We have removed and updated the Snapshot dependencies of the automation and integration. Since automation and integration dependencies have been updated recently our old test cases (which were working in last year) are getting failed now. So we will update test automation code accordin

[Dev] CodePlex ESB connector review

2015-02-20 Thread Shakila Sivagnanarajah
Hi Tharik and Pumudu, Please find the feedbacks regarding the CodePlex connector. 1. Some dependencies need to be changed. 2. Instead of SNAPSHOT versions, use stable versions for libraries. 3. Please modify the pom to run the test cases in a single build. 4. Format the code and send