Re: [Dev] Code Review on ToodleDo Connector

2015-04-09 Thread Dinithi De Silva
Hi Elil,

Sorry for the delay in replying.
And as per the discussion we had earlier, Rajeenthini and myself have
tested this manually and it worked successfully without any error. Please
check this connector manually again and give your feedback.
I have done code formatting and added the proper parameter descriptions. So
you can remove task 4,5,7 and 8 from your list.
There are still issues we could not resolve and we are working on them as
time permits.
Thanks.


On Thu, Apr 9, 2015 at 3:53 PM, Elilmatha Sivanesan elilma...@wso2.com
wrote:

 Kind reminder...


 Thank you


 On Mon, Mar 30, 2015 at 3:11 PM, Elilmatha Sivanesan elilma...@wso2.com
 wrote:

 I went through the toodleDo (from
 https://github.com/dinithiviranga/ToodledoESBConnector
 https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fdinithiviranga%2FToodledoESBConnectorsa=Dsntz=1usg=AFQjCNG5xvXVPRWBdfMxOybU60EdVZ0gOg)
   and
 got to know these issue need to be solved out.


1.

Unable to run the test cases. Test cases not automated to get the
access token once they are expired. Manual testing is also not working.
2.

Api url is hard coded in each template better way is to write an init
method and use it from there.
3.

Use the common values such as access token , api url etc into
toodledo properties file.
4.

No descriptions are given for parameters.
5.

Please consider on the formatting of code , spacing and unwanted
lines.
6.

No test cases written for negative test cases.
7. Connector.xml contains  error - copy paste error.
8. Remove the unwanted comments.


 Highly appreciate your help on this.

 Thank you.


 On Tue, Mar 17, 2015 at 1:28 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 Hi tharik,

 It has built without error.

 On Tue, Mar 17, 2015 at 1:20 PM, Tharik Kanaka tha...@wso2.com wrote:

 Hi Rajeenthini,

 Now above dependency group Id's have been updated. Please use following
 dependencies. I have included test automation dependencies as well.

 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.test.utils/artifactId
 version${carbon.automation.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.engine/artifactId
 version${carbon.automation.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.extensions/artifactId
 version${carbon.automation.version}/version
 /dependency

 dependency
 groupIdorg.wso2.carbon.automationutils/groupId

 artifactIdorg.wso2.carbon.integration.common.extensions/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automationutils/groupId
 artifactIdorg.wso2.carbon.integration.common.utils/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automationutils/groupId

 artifactIdorg.wso2.carbon.integration.common.admin.client/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 carbon.automation.version4.3.1/carbon.automation.version
 carbon.automationutils.version4.3.0/carbon.automationutils.version


 On Tue, Mar 17, 2015 at 12:31 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 HI,

 We have tried to maven install with skip testing I could not build it
 because of some dependencies are not resolved or may be permanently moved
 from maven repository.

 Non re-solved dependencies


 1) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.extensions
 version - 4.3.0
 2) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.admin.client
 version - 4.3.0


 So can you please tell how can I solve the failed dependencies which
 are non re-solved and what are the dependencies I need to add in POM file
 to overcome this failure.I have attached our POM file also.


 On Mon, Mar 16, 2015 at 5:28 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 Hi,

 Noted.

 On Mon, Mar 16, 2015 at 1:29 PM, Elilmatha Sivanesan 
 elilma...@wso2.com wrote:

 Hi Dinithi and Rajeenthini,

 Can you please check on this an give the pull request to
 https://github.com/wso2/esb-connectors .

 Thank you.


 On Wed, Feb 25, 2015 at 10:56 PM, Dinithi De Silva 
 dinit...@wso2.com wrote:

 Hi Elil,

 AFAIK some of the dependencies are moved to a new location from the
 old location. That must be the reason for the test failure. I'll check 
 what
 are the dependencies missing and inform you soon.

 Thanks

 On Wed, Feb 25, 2015 at 5:17 PM, Elilmatha Sivanesan 
 elilma...@wso2.com wrote:

 Hi Dinithi and Rajeenthini,

 I'm testing ToodleDo Connector[1] and all the tests are failed,
 and when i test mannually I'm unable to upload the ToodleDo.zip error 
 log
 [2]

 Your opinions are appreciated.

 [1] 

Re: [Dev] Code Review on ToodleDo Connector

2015-04-09 Thread Elilmatha Sivanesan
Kind reminder...


Thank you


On Mon, Mar 30, 2015 at 3:11 PM, Elilmatha Sivanesan elilma...@wso2.com
wrote:

 I went through the toodleDo (from
 https://github.com/dinithiviranga/ToodledoESBConnector
 https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fdinithiviranga%2FToodledoESBConnectorsa=Dsntz=1usg=AFQjCNG5xvXVPRWBdfMxOybU60EdVZ0gOg)
   and
 got to know these issue need to be solved out.


1.

Unable to run the test cases. Test cases not automated to get the
access token once they are expired. Manual testing is also not working.
2.

Api url is hard coded in each template better way is to write an init
method and use it from there.
3.

Use the common values such as access token , api url etc into toodledo
properties file.
4.

No descriptions are given for parameters.
5.

Please consider on the formatting of code , spacing and unwanted lines.
6.

No test cases written for negative test cases.
7. Connector.xml contains  error - copy paste error.
8. Remove the unwanted comments.


 Highly appreciate your help on this.

 Thank you.


 On Tue, Mar 17, 2015 at 1:28 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 Hi tharik,

 It has built without error.

 On Tue, Mar 17, 2015 at 1:20 PM, Tharik Kanaka tha...@wso2.com wrote:

 Hi Rajeenthini,

 Now above dependency group Id's have been updated. Please use following
 dependencies. I have included test automation dependencies as well.

 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.test.utils/artifactId
 version${carbon.automation.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.engine/artifactId
 version${carbon.automation.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.extensions/artifactId
 version${carbon.automation.version}/version
 /dependency

 dependency
 groupIdorg.wso2.carbon.automationutils/groupId

 artifactIdorg.wso2.carbon.integration.common.extensions/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automationutils/groupId
 artifactIdorg.wso2.carbon.integration.common.utils/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automationutils/groupId

 artifactIdorg.wso2.carbon.integration.common.admin.client/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 carbon.automation.version4.3.1/carbon.automation.version
 carbon.automationutils.version4.3.0/carbon.automationutils.version


 On Tue, Mar 17, 2015 at 12:31 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 HI,

 We have tried to maven install with skip testing I could not build it
 because of some dependencies are not resolved or may be permanently moved
 from maven repository.

 Non re-solved dependencies


 1) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.extensions
 version - 4.3.0
 2) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.admin.client
 version - 4.3.0


 So can you please tell how can I solve the failed dependencies which
 are non re-solved and what are the dependencies I need to add in POM file
 to overcome this failure.I have attached our POM file also.


 On Mon, Mar 16, 2015 at 5:28 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 Hi,

 Noted.

 On Mon, Mar 16, 2015 at 1:29 PM, Elilmatha Sivanesan 
 elilma...@wso2.com wrote:

 Hi Dinithi and Rajeenthini,

 Can you please check on this an give the pull request to
 https://github.com/wso2/esb-connectors .

 Thank you.


 On Wed, Feb 25, 2015 at 10:56 PM, Dinithi De Silva dinit...@wso2.com
  wrote:

 Hi Elil,

 AFAIK some of the dependencies are moved to a new location from the
 old location. That must be the reason for the test failure. I'll check 
 what
 are the dependencies missing and inform you soon.

 Thanks

 On Wed, Feb 25, 2015 at 5:17 PM, Elilmatha Sivanesan 
 elilma...@wso2.com wrote:

 Hi Dinithi and Rajeenthini,

 I'm testing ToodleDo Connector[1] and all the tests are failed, and
 when i test mannually I'm unable to upload the ToodleDo.zip error log 
 [2]

 Your opinions are appreciated.

 [1] https://github.com/dinithiviranga/ToodledoESBConnector
 [2]
  
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit

 Thank you.
 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --
 *Dinithi De Silva*
 Associate Software Engineer, WSO2 Inc.
 m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
 | a: #20, Palm Grove, Colombo 03




 --
 

Re: [Dev] Code Review on ToodleDo Connector

2015-03-30 Thread Elilmatha Sivanesan
I went through the toodleDo (from
https://github.com/dinithiviranga/ToodledoESBConnector
https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fdinithiviranga%2FToodledoESBConnectorsa=Dsntz=1usg=AFQjCNG5xvXVPRWBdfMxOybU60EdVZ0gOg)
 and
got to know these issue need to be solved out.


   1.

   Unable to run the test cases. Test cases not automated to get the access
   token once they are expired. Manual testing is also not working.
   2.

   Api url is hard coded in each template better way is to write an init
   method and use it from there.
   3.

   Use the common values such as access token , api url etc into toodledo
   properties file.
   4.

   No descriptions are given for parameters.
   5.

   Please consider on the formatting of code , spacing and unwanted lines.
   6.

   No test cases written for negative test cases.
   7. Connector.xml contains  error - copy paste error.
   8. Remove the unwanted comments.


Highly appreciate your help on this.

Thank you.


On Tue, Mar 17, 2015 at 1:28 PM, Rajeenthini Satkunam rajeenth...@wso2.com
wrote:

 Hi tharik,

 It has built without error.

 On Tue, Mar 17, 2015 at 1:20 PM, Tharik Kanaka tha...@wso2.com wrote:

 Hi Rajeenthini,

 Now above dependency group Id's have been updated. Please use following
 dependencies. I have included test automation dependencies as well.

 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.test.utils/artifactId
 version${carbon.automation.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.engine/artifactId
 version${carbon.automation.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.extensions/artifactId
 version${carbon.automation.version}/version
 /dependency

 dependency
 groupIdorg.wso2.carbon.automationutils/groupId
 artifactIdorg.wso2.carbon.integration.common.extensions/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automationutils/groupId
 artifactIdorg.wso2.carbon.integration.common.utils/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automationutils/groupId

 artifactIdorg.wso2.carbon.integration.common.admin.client/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 carbon.automation.version4.3.1/carbon.automation.version
 carbon.automationutils.version4.3.0/carbon.automationutils.version


 On Tue, Mar 17, 2015 at 12:31 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 HI,

 We have tried to maven install with skip testing I could not build it
 because of some dependencies are not resolved or may be permanently moved
 from maven repository.

 Non re-solved dependencies


 1) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.extensions
 version - 4.3.0
 2) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.admin.client
 version - 4.3.0


 So can you please tell how can I solve the failed dependencies which are
 non re-solved and what are the dependencies I need to add in POM file to
 overcome this failure.I have attached our POM file also.


 On Mon, Mar 16, 2015 at 5:28 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 Hi,

 Noted.

 On Mon, Mar 16, 2015 at 1:29 PM, Elilmatha Sivanesan 
 elilma...@wso2.com wrote:

 Hi Dinithi and Rajeenthini,

 Can you please check on this an give the pull request to
 https://github.com/wso2/esb-connectors .

 Thank you.


 On Wed, Feb 25, 2015 at 10:56 PM, Dinithi De Silva dinit...@wso2.com
 wrote:

 Hi Elil,

 AFAIK some of the dependencies are moved to a new location from the
 old location. That must be the reason for the test failure. I'll check 
 what
 are the dependencies missing and inform you soon.

 Thanks

 On Wed, Feb 25, 2015 at 5:17 PM, Elilmatha Sivanesan 
 elilma...@wso2.com wrote:

 Hi Dinithi and Rajeenthini,

 I'm testing ToodleDo Connector[1] and all the tests are failed, and
 when i test mannually I'm unable to upload the ToodleDo.zip error log 
 [2]

 Your opinions are appreciated.

 [1] https://github.com/dinithiviranga/ToodledoESBConnector
 [2]
  
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit

 Thank you.
 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --
 *Dinithi De Silva*
 Associate Software Engineer, WSO2 Inc.
 m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
 | a: #20, Palm Grove, Colombo 03




 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --

 *Thank 

Re: [Dev] Code Review on ToodleDo Connector

2015-03-17 Thread Rajeenthini Satkunam
HI,

We have tried to maven install with skip testing I could not build it
because of some dependencies are not resolved or may be permanently moved
from maven repository.

Non re-solved dependencies


1) groupId - org.wso2.carbon
artifactId - org.wso2.carbon.integration.common.extensions
version - 4.3.0
2) groupId - org.wso2.carbon
artifactId - org.wso2.carbon.integration.common.admin.client
version - 4.3.0


So can you please tell how can I solve the failed dependencies which are
non re-solved and what are the dependencies I need to add in POM file to
overcome this failure.I have attached our POM file also.


On Mon, Mar 16, 2015 at 5:28 PM, Rajeenthini Satkunam rajeenth...@wso2.com
wrote:

 Hi,

 Noted.

 On Mon, Mar 16, 2015 at 1:29 PM, Elilmatha Sivanesan elilma...@wso2.com
 wrote:

 Hi Dinithi and Rajeenthini,

 Can you please check on this an give the pull request to
 https://github.com/wso2/esb-connectors .

 Thank you.


 On Wed, Feb 25, 2015 at 10:56 PM, Dinithi De Silva dinit...@wso2.com
 wrote:

 Hi Elil,

 AFAIK some of the dependencies are moved to a new location from the old
 location. That must be the reason for the test failure. I'll check what are
 the dependencies missing and inform you soon.

 Thanks

 On Wed, Feb 25, 2015 at 5:17 PM, Elilmatha Sivanesan elilma...@wso2.com
  wrote:

 Hi Dinithi and Rajeenthini,

 I'm testing ToodleDo Connector[1] and all the tests are failed, and
 when i test mannually I'm unable to upload the ToodleDo.zip error log [2]

 Your opinions are appreciated.

 [1] https://github.com/dinithiviranga/ToodledoESBConnector
 [2]
  
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit

 Thank you.
 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --
 *Dinithi De Silva*
 Associate Software Engineer, WSO2 Inc.
 m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
 | a: #20, Palm Grove, Colombo 03




 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --

 *Thank You.*

 *Rajeenthini Satkunam*

 *Associate Software Engineer | WSO2*


 *E:rajeenth...@wso2.com rajeenth...@wso2.com*

 *M :+94770832823 %2B94770832823   *




-- 

*Thank You.*

*Rajeenthini Satkunam*

*Associate Software Engineer | WSO2*


*E:rajeenth...@wso2.com rajeenth...@wso2.com*

*M :+94770832823   *
?xml version=1.0 encoding=UTF-8?
project xmlns=http://maven.apache.org/POM/4.0.0;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;
modelVersion4.0.0/modelVersion

groupIdcom.wso2.esb.connector/groupId
artifactIdcom.wso2.esb.connector.toodledo/artifactId
version1.0.0/version
packagingjar/packaging
nameWSO2 Carbon - Mediation Library Connector For toodledo/name
urlhttp://wso2.org/url

dependencies
dependency
groupIdorg.wso2.carbon/groupId
artifactIdorg.wso2.carbon.mediation.initializer/artifactId
version${stub.version}/version
/dependency
dependency
groupIdorg.apache.synapse/groupId
artifactIdsynapse-core/artifactId
version2.1.1-wso2v7/version
/dependency

dependency
groupIdorg.wso2.carbon/groupId
artifactIdorg.wso2.carbon.connector.core/artifactId
version4.2.0/version
/dependency

dependency
groupIdorg.wso2.carbon.automation/groupId
artifactIdorg.wso2.carbon.automation.engine/artifactId
version${automation.framework.version}/version
/dependency
dependency
groupIdorg.wso2.carbon.automation/groupId
artifactIdorg.wso2.carbon.automation.core/artifactId
version${test.framework.version}/version
scopetest/scope
/dependency
dependency
groupIdorg.wso2.carbon.automation/groupId
artifactIdorg.wso2.carbon.automation.test.utils/artifactId
version${automation.framework.version}/version
/dependency
dependency
groupIdorg.wso2.carbon.automation/groupId
artifactIdorg.wso2.carbon.automation.extensions/artifactId
version${automation.framework.version}/version
/dependency
dependency
groupIdorg.wso2.carbon/groupId
artifactIdorg.wso2.carbon.integration.common.extensions/artifactId
version${common.version}/version
/dependency
dependency
groupIdorg.wso2.carbon/groupId
artifactIdorg.wso2.carbon.integration.common.admin.client/artifactId
version${common.version}/version
/dependency

Re: [Dev] Code Review on ToodleDo Connector

2015-03-17 Thread Tharik Kanaka
Hi Rajeenthini,

Now above dependency group Id's have been updated. Please use following
dependencies. I have included test automation dependencies as well.

dependency
groupIdorg.wso2.carbon.automation/groupId
artifactIdorg.wso2.carbon.automation.test.utils/artifactId
version${carbon.automation.version}/version
/dependency
dependency
groupIdorg.wso2.carbon.automation/groupId
artifactIdorg.wso2.carbon.automation.engine/artifactId
version${carbon.automation.version}/version
/dependency
dependency
groupIdorg.wso2.carbon.automation/groupId
artifactIdorg.wso2.carbon.automation.extensions/artifactId
version${carbon.automation.version}/version
/dependency

dependency
groupIdorg.wso2.carbon.automationutils/groupId
artifactIdorg.wso2.carbon.integration.common.extensions/artifactId
version${carbon.automationutils.version}/version
/dependency
dependency
groupIdorg.wso2.carbon.automationutils/groupId
artifactIdorg.wso2.carbon.integration.common.utils/artifactId
version${carbon.automationutils.version}/version
/dependency
dependency
groupIdorg.wso2.carbon.automationutils/groupId
artifactIdorg.wso2.carbon.integration.common.admin.client/artifactId
version${carbon.automationutils.version}/version
/dependency
carbon.automation.version4.3.1/carbon.automation.version
carbon.automationutils.version4.3.0/carbon.automationutils.version


On Tue, Mar 17, 2015 at 12:31 PM, Rajeenthini Satkunam rajeenth...@wso2.com
 wrote:

 HI,

 We have tried to maven install with skip testing I could not build it
 because of some dependencies are not resolved or may be permanently moved
 from maven repository.

 Non re-solved dependencies


 1) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.extensions
 version - 4.3.0
 2) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.admin.client
 version - 4.3.0


 So can you please tell how can I solve the failed dependencies which are
 non re-solved and what are the dependencies I need to add in POM file to
 overcome this failure.I have attached our POM file also.


 On Mon, Mar 16, 2015 at 5:28 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 Hi,

 Noted.

 On Mon, Mar 16, 2015 at 1:29 PM, Elilmatha Sivanesan elilma...@wso2.com
 wrote:

 Hi Dinithi and Rajeenthini,

 Can you please check on this an give the pull request to
 https://github.com/wso2/esb-connectors .

 Thank you.


 On Wed, Feb 25, 2015 at 10:56 PM, Dinithi De Silva dinit...@wso2.com
 wrote:

 Hi Elil,

 AFAIK some of the dependencies are moved to a new location from the old
 location. That must be the reason for the test failure. I'll check what are
 the dependencies missing and inform you soon.

 Thanks

 On Wed, Feb 25, 2015 at 5:17 PM, Elilmatha Sivanesan 
 elilma...@wso2.com wrote:

 Hi Dinithi and Rajeenthini,

 I'm testing ToodleDo Connector[1] and all the tests are failed, and
 when i test mannually I'm unable to upload the ToodleDo.zip error log [2]

 Your opinions are appreciated.

 [1] https://github.com/dinithiviranga/ToodledoESBConnector
 [2]
  
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit

 Thank you.
 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --
 *Dinithi De Silva*
 Associate Software Engineer, WSO2 Inc.
 m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
 | a: #20, Palm Grove, Colombo 03




 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --

 *Thank You.*

 *Rajeenthini Satkunam*

 *Associate Software Engineer | WSO2*


 *E:rajeenth...@wso2.com rajeenth...@wso2.com*

 *M :+94770832823 %2B94770832823   *




 --

 *Thank You.*

 *Rajeenthini Satkunam*

 *Associate Software Engineer | WSO2*


 *E:rajeenth...@wso2.com rajeenth...@wso2.com*

 *M :+94770832823 %2B94770832823   *


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 

*Tharik Kanaka* | Associate Software Engineer

WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

Email: tha...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Code Review on ToodleDo Connector

2015-03-17 Thread Rajeenthini Satkunam
Hi tharik,

It has built without error.

On Tue, Mar 17, 2015 at 1:20 PM, Tharik Kanaka tha...@wso2.com wrote:

 Hi Rajeenthini,

 Now above dependency group Id's have been updated. Please use following
 dependencies. I have included test automation dependencies as well.

 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.test.utils/artifactId
 version${carbon.automation.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.engine/artifactId
 version${carbon.automation.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automation/groupId
 artifactIdorg.wso2.carbon.automation.extensions/artifactId
 version${carbon.automation.version}/version
 /dependency

 dependency
 groupIdorg.wso2.carbon.automationutils/groupId
 artifactIdorg.wso2.carbon.integration.common.extensions/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automationutils/groupId
 artifactIdorg.wso2.carbon.integration.common.utils/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 dependency
 groupIdorg.wso2.carbon.automationutils/groupId

 artifactIdorg.wso2.carbon.integration.common.admin.client/artifactId
 version${carbon.automationutils.version}/version
 /dependency
 carbon.automation.version4.3.1/carbon.automation.version
 carbon.automationutils.version4.3.0/carbon.automationutils.version


 On Tue, Mar 17, 2015 at 12:31 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 HI,

 We have tried to maven install with skip testing I could not build it
 because of some dependencies are not resolved or may be permanently moved
 from maven repository.

 Non re-solved dependencies


 1) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.extensions
 version - 4.3.0
 2) groupId - org.wso2.carbon
 artifactId - org.wso2.carbon.integration.common.admin.client
 version - 4.3.0


 So can you please tell how can I solve the failed dependencies which are
 non re-solved and what are the dependencies I need to add in POM file to
 overcome this failure.I have attached our POM file also.


 On Mon, Mar 16, 2015 at 5:28 PM, Rajeenthini Satkunam 
 rajeenth...@wso2.com wrote:

 Hi,

 Noted.

 On Mon, Mar 16, 2015 at 1:29 PM, Elilmatha Sivanesan elilma...@wso2.com
  wrote:

 Hi Dinithi and Rajeenthini,

 Can you please check on this an give the pull request to
 https://github.com/wso2/esb-connectors .

 Thank you.


 On Wed, Feb 25, 2015 at 10:56 PM, Dinithi De Silva dinit...@wso2.com
 wrote:

 Hi Elil,

 AFAIK some of the dependencies are moved to a new location from the
 old location. That must be the reason for the test failure. I'll check 
 what
 are the dependencies missing and inform you soon.

 Thanks

 On Wed, Feb 25, 2015 at 5:17 PM, Elilmatha Sivanesan 
 elilma...@wso2.com wrote:

 Hi Dinithi and Rajeenthini,

 I'm testing ToodleDo Connector[1] and all the tests are failed, and
 when i test mannually I'm unable to upload the ToodleDo.zip error log [2]

 Your opinions are appreciated.

 [1] https://github.com/dinithiviranga/ToodledoESBConnector
 [2]
  
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit

 Thank you.
 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --
 *Dinithi De Silva*
 Associate Software Engineer, WSO2 Inc.
 m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
 | a: #20, Palm Grove, Colombo 03




 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --

 *Thank You.*

 *Rajeenthini Satkunam*

 *Associate Software Engineer | WSO2*


 *E:rajeenth...@wso2.com rajeenth...@wso2.com*

 *M :+94770832823 %2B94770832823   *




 --

 *Thank You.*

 *Rajeenthini Satkunam*

 *Associate Software Engineer | WSO2*


 *E:rajeenth...@wso2.com rajeenth...@wso2.com*

 *M :+94770832823 %2B94770832823   *


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com




-- 

*Thank You.*

*Rajeenthini Satkunam*

*Associate Software Engineer | WSO2*


*E:rajeenth...@wso2.com rajeenth...@wso2.com*

*M :+94770832823   *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Code Review on ToodleDo Connector

2015-03-16 Thread Rajeenthini Satkunam
Hi,

Noted.

On Mon, Mar 16, 2015 at 1:29 PM, Elilmatha Sivanesan elilma...@wso2.com
wrote:

 Hi Dinithi and Rajeenthini,

 Can you please check on this an give the pull request to
 https://github.com/wso2/esb-connectors .

 Thank you.


 On Wed, Feb 25, 2015 at 10:56 PM, Dinithi De Silva dinit...@wso2.com
 wrote:

 Hi Elil,

 AFAIK some of the dependencies are moved to a new location from the old
 location. That must be the reason for the test failure. I'll check what are
 the dependencies missing and inform you soon.

 Thanks

 On Wed, Feb 25, 2015 at 5:17 PM, Elilmatha Sivanesan elilma...@wso2.com
 wrote:

 Hi Dinithi and Rajeenthini,

 I'm testing ToodleDo Connector[1] and all the tests are failed, and when
 i test mannually I'm unable to upload the ToodleDo.zip error log [2]

 Your opinions are appreciated.

 [1] https://github.com/dinithiviranga/ToodledoESBConnector
 [2]
  
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit

 Thank you.
 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --
 *Dinithi De Silva*
 Associate Software Engineer, WSO2 Inc.
 m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
 | a: #20, Palm Grove, Colombo 03




 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




-- 

*Thank You.*

*Rajeenthini Satkunam*

*Associate Software Engineer | WSO2*


*E:rajeenth...@wso2.com rajeenth...@wso2.com*

*M :+94770832823   *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Code Review on ToodleDo Connector

2015-03-16 Thread Elilmatha Sivanesan
Hi Dinithi and Rajeenthini,

Can you please check on this an give the pull request to
https://github.com/wso2/esb-connectors .

Thank you.


On Wed, Feb 25, 2015 at 10:56 PM, Dinithi De Silva dinit...@wso2.com
wrote:

 Hi Elil,

 AFAIK some of the dependencies are moved to a new location from the old
 location. That must be the reason for the test failure. I'll check what are
 the dependencies missing and inform you soon.

 Thanks

 On Wed, Feb 25, 2015 at 5:17 PM, Elilmatha Sivanesan elilma...@wso2.com
 wrote:

 Hi Dinithi and Rajeenthini,

 I'm testing ToodleDo Connector[1] and all the tests are failed, and when
 i test mannually I'm unable to upload the ToodleDo.zip error log [2]

 Your opinions are appreciated.

 [1] https://github.com/dinithiviranga/ToodledoESBConnector
 [2]
  
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit

 Thank you.
 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




 --
 *Dinithi De Silva*
 Associate Software Engineer, WSO2 Inc.
 m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
 | a: #20, Palm Grove, Colombo 03




-- 
*S.Elilmatha*
Associate  Software Engineer,

WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

Mobile 0779842221.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Code Review on ToodleDo Connector

2015-02-25 Thread Dinithi De Silva
Hi Elil,

AFAIK some of the dependencies are moved to a new location from the old
location. That must be the reason for the test failure. I'll check what are
the dependencies missing and inform you soon.

Thanks

On Wed, Feb 25, 2015 at 5:17 PM, Elilmatha Sivanesan elilma...@wso2.com
wrote:

 Hi Dinithi and Rajeenthini,

 I'm testing ToodleDo Connector[1] and all the tests are failed, and when i
 test mannually I'm unable to upload the ToodleDo.zip error log [2]

 Your opinions are appreciated.

 [1] https://github.com/dinithiviranga/ToodledoESBConnector
 [2]
  
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit
 https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit

 Thank you.
 --
 *S.Elilmatha*
 Associate  Software Engineer,

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile 0779842221.




-- 
*Dinithi De Silva*
Associate Software Engineer, WSO2 Inc.
m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
| a: #20, Palm Grove, Colombo 03
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Code Review on ToodleDo Connector

2015-02-25 Thread Elilmatha Sivanesan
Hi Dinithi and Rajeenthini,

I'm testing ToodleDo Connector[1] and all the tests are failed, and when i
test mannually I'm unable to upload the ToodleDo.zip error log [2]

Your opinions are appreciated.

[1] https://github.com/dinithiviranga/ToodledoESBConnector
[2]
 
https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit
https://docs.google.com/a/wso2.com/document/d/1YA-rg9WIbwb5bsh3LoCdfLdwVmA4A1zQ_pmAgEc0RlA/edit

Thank you.
--
*S.Elilmatha*
Associate  Software Engineer,

WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

Mobile 0779842221.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev