Re: [Dev] Test failure- Capp deployment.

2013-07-25 Thread Manoj Kumara
Hi Ajith,

I will look in to this and will update you.

Thanks,
Manoj

Best Regards..


Manoj Kumara
Software Engineer
WSO2, Inc.; http://wso2.com

Twitter:  http://twitter.com/ManKuma
Mobile: +94713448188


On Wed, Jul 24, 2013 at 11:26 PM, Ajith Vitharana aji...@wso2.com wrote:

 Hi All,

 The following test case has tested  a method to verify the registry
 location of the Capp.
 But in 4.2.0 it doesn't create such registry location. (It works in G-Reg
 4.5.3)

 What is the expected behavior ??

 @Test(description = Search whether CApp is in
 /_system/config/repository/applications,
 dependsOnMethods = {uploadCApplicationWithGar})
 public void isCApplicationInRegistry() throws RegistryException {
 registry.get(*/_system/config/repository/applications/ +
 cAppName*);
 }


 [1]
 https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java

 Thanks
 Ajith.

 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350



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


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


Re: [Dev] Test failure- Capp deployment.

2013-07-25 Thread Manoj Kumara
Hi Ajith,

On the current CApp deployment process we did not create copy of the CApp
on the registry. It will be copied in to file location under
CarbonHOME/repository/deployment/server/carbonapps. So we can either modify
this test case accordingly or remove it.

Thanks,
Manoj

Best Regards..


Manoj Kumara
Software Engineer
WSO2, Inc.; http://wso2.com

Twitter:  http://twitter.com/ManKuma
Mobile: +94713448188


On Thu, Jul 25, 2013 at 11:53 AM, Manoj Kumara ma...@wso2.com wrote:

 Hi Ajith,

 I will look in to this and will update you.

 Thanks,
 Manoj

 Best Regards..


 Manoj Kumara
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/ManKuma
 Mobile: +94713448188


 On Wed, Jul 24, 2013 at 11:26 PM, Ajith Vitharana aji...@wso2.com wrote:

 Hi All,

 The following test case has tested  a method to verify the registry
 location of the Capp.
 But in 4.2.0 it doesn't create such registry location. (It works in G-Reg
 4.5.3)

 What is the expected behavior ??

 @Test(description = Search whether CApp is in
 /_system/config/repository/applications,
 dependsOnMethods = {uploadCApplicationWithGar})
 public void isCApplicationInRegistry() throws RegistryException {
 registry.get(*/_system/config/repository/applications/ +
 cAppName*);
 }


 [1]
 https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java

 Thanks
 Ajith.

 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350



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



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


Re: [Dev] Test failure- Capp deployment.

2013-07-25 Thread Ajith Vitharana
On Thu, Jul 25, 2013 at 3:06 PM, Manoj Kumara ma...@wso2.com wrote:

 Hi Ajith,

 On the current CApp deployment process we did not create copy of the CAppon 
 the registry. It will be copied in
 to file location under CarbonHOME/repository/deployment/server/carbonapps.
 So we can either modify this test case accordingly or remove it.


Thanks for clarification. Then we need to remove the test methods becuse
those are not valid now.

Thanks
Ajith.


 Thanks,
 Manoj

 Best Regards..


 Manoj Kumara
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/ManKuma
 Mobile: +94713448188


 On Thu, Jul 25, 2013 at 11:53 AM, Manoj Kumara ma...@wso2.com wrote:

 Hi Ajith,

 I will look in to this and will update you.

 Thanks,
 Manoj

 Best Regards..


 Manoj Kumara
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/ManKuma
 Mobile: +94713448188


 On Wed, Jul 24, 2013 at 11:26 PM, Ajith Vitharana aji...@wso2.comwrote:

  Hi All,

 The following test case has tested  a method to verify the registry
 location of the Capp.
 But in 4.2.0 it doesn't create such registry location. (It works in
 G-Reg 4.5.3)

 What is the expected behavior ??

 @Test(description = Search whether CApp is in
 /_system/config/repository/applications,
 dependsOnMethods = {uploadCApplicationWithGar})
 public void isCApplicationInRegistry() throws RegistryException {
 registry.get(*/_system/config/repository/applications/ +
 cAppName*);
 }


 [1]
 https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java

 Thanks
 Ajith.

 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350



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






-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Test failure- Capp deployment.

2013-07-25 Thread Ajith Vitharana
On Thu, Jul 25, 2013 at 3:11 PM, Ajith Vitharana aji...@wso2.com wrote:




 On Thu, Jul 25, 2013 at 3:06 PM, Manoj Kumara ma...@wso2.com wrote:

 Hi Ajith,

 On the current CApp deployment process we did not create copy of the CAppon 
 the registry. It will be copied in
 to file location under CarbonHOME/repository/deployment/server/carbonapps.
 So we can either modify this test case accordingly or remove it.


 Thanks for clarification. Then we need to remove the test methods becusethose 
 are not valid now.


Removed invalid tests.

Thanks
Ajith.



 Thanks
 Ajith.


 Thanks,
 Manoj

 Best Regards..


 Manoj Kumara
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/ManKuma
 Mobile: +94713448188


 On Thu, Jul 25, 2013 at 11:53 AM, Manoj Kumara ma...@wso2.com wrote:

 Hi Ajith,

 I will look in to this and will update you.

 Thanks,
 Manoj

  Best Regards..


 Manoj Kumara
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/ManKuma
 Mobile: +94713448188


 On Wed, Jul 24, 2013 at 11:26 PM, Ajith Vitharana aji...@wso2.comwrote:

  Hi All,

 The following test case has tested  a method to verify the registry
 location of the Capp.
 But in 4.2.0 it doesn't create such registry location. (It works in
 G-Reg 4.5.3)

 What is the expected behavior ??

 @Test(description = Search whether CApp is in
 /_system/config/repository/applications,
 dependsOnMethods = {uploadCApplicationWithGar})
 public void isCApplicationInRegistry() throws RegistryException {
 registry.get(*/_system/config/repository/applications/ +
 cAppName*);
 }


 [1]
 https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java

 Thanks
 Ajith.

 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350



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






 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350




-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Test failure- Capp deployment.

2013-07-24 Thread Ajith Vitharana
Hi All,

The following test case has tested  a method to verify the registry
location of the Capp.
But in 4.2.0 it doesn't create such registry location. (It works in G-Reg
4.5.3)

What is the expected behavior ??

@Test(description = Search whether CApp is in
/_system/config/repository/applications,
dependsOnMethods = {uploadCApplicationWithGar})
public void isCApplicationInRegistry() throws RegistryException {
registry.get(*/_system/config/repository/applications/ + cAppName*
);
}


[1]
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java

Thanks
Ajith.

-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Test failure- Capp deployment.

2013-07-24 Thread Ajith Vitharana
As Team,

Please verify this ? We need to fix this type of issues soon.

Thanks
Ajith.




On Wed, Jul 24, 2013 at 11:26 PM, Ajith Vitharana aji...@wso2.com wrote:

 Hi All,

 The following test case has tested  a method to verify the registry
 location of the Capp.
 But in 4.2.0 it doesn't create such registry location. (It works in G-Reg
 4.5.3)

 What is the expected behavior ??

 @Test(description = Search whether CApp is in
 /_system/config/repository/applications,
 dependsOnMethods = {uploadCApplicationWithGar})
 public void isCApplicationInRegistry() throws RegistryException {
 registry.get(*/_system/config/repository/applications/ +
 cAppName*);
 }


 [1]
 https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java

 Thanks
 Ajith.

 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350





-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Test failure- Capp deployment.

2013-07-24 Thread Supun Malinga
Hi Pradeep,

Can you guys have a look pls. AFAIR you were doing some CApp improvements..

thanks,


On Thu, Jul 25, 2013 at 6:53 AM, Ajith Vitharana aji...@wso2.com wrote:

 As Team,

 Please verify this ? We need to fix this type of issues soon.

 Thanks
 Ajith.




 On Wed, Jul 24, 2013 at 11:26 PM, Ajith Vitharana aji...@wso2.com wrote:

 Hi All,

 The following test case has tested  a method to verify the registry
 location of the Capp.
 But in 4.2.0 it doesn't create such registry location. (It works in G-Reg
 4.5.3)

 What is the expected behavior ??

 @Test(description = Search whether CApp is in
 /_system/config/repository/applications,
 dependsOnMethods = {uploadCApplicationWithGar})
 public void isCApplicationInRegistry() throws RegistryException {
 registry.get(*/_system/config/repository/applications/ +
 cAppName*);
 }


 [1]
 https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java

 Thanks
 Ajith.

 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350





 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350




-- 
Supun Malinga,

Senior Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com sup...@wso2.com
mobile - 071 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Test failure- Capp deployment.

2013-07-24 Thread Sagara Gunathunga
On Wed, Jul 24, 2013 at 10:17 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Pradeep,

 Can you guys have a look pls. AFAIR you were doing some CApp improvements..


Supun,

Please correct me if I'm wrong here, according to my understanding AS team
only maintain CApp features related to services and webapp ?

Thanks !


 thanks,


 On Thu, Jul 25, 2013 at 6:53 AM, Ajith Vitharana aji...@wso2.com wrote:

 As Team,

 Please verify this ? We need to fix this type of issues soon.

 Thanks
 Ajith.




 On Wed, Jul 24, 2013 at 11:26 PM, Ajith Vitharana aji...@wso2.comwrote:

 Hi All,

 The following test case has tested  a method to verify the registry
 location of the Capp.
 But in 4.2.0 it doesn't create such registry location. (It works in
 G-Reg 4.5.3)

 What is the expected behavior ??

 @Test(description = Search whether CApp is in
 /_system/config/repository/applications,
 dependsOnMethods = {uploadCApplicationWithGar})
 public void isCApplicationInRegistry() throws RegistryException {
 registry.get(*/_system/config/repository/applications/ +
 cAppName*);
 }


 [1]
 https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java

 Thanks
 Ajith.

 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350





 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350




 --
 Supun Malinga,

 Senior Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




-- 
Sagara Gunathunga

Senior Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Test failure- Capp deployment.

2013-07-24 Thread Supun Malinga
On Thu, Jul 25, 2013 at 7:52 AM, Sagara Gunathunga sag...@wso2.com wrote:




 On Wed, Jul 24, 2013 at 10:17 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Pradeep,

 Can you guys have a look pls. AFAIR you were doing some CApp
 improvements..


 Supun,

 Please correct me if I'm wrong here, according to my understanding AS team
 only maintain CApp features related to services and webapp ?

Yeah.. Ajith you should be talking to the kernel team :).

thanks,


 Thanks !


 thanks,


 On Thu, Jul 25, 2013 at 6:53 AM, Ajith Vitharana aji...@wso2.com wrote:

 As Team,

 Please verify this ? We need to fix this type of issues soon.

 Thanks
 Ajith.




 On Wed, Jul 24, 2013 at 11:26 PM, Ajith Vitharana aji...@wso2.comwrote:

 Hi All,

 The following test case has tested  a method to verify the registry
 location of the Capp.
 But in 4.2.0 it doesn't create such registry location. (It works in
 G-Reg 4.5.3)

 What is the expected behavior ??

 @Test(description = Search whether CApp is in
 /_system/config/repository/applications,
 dependsOnMethods = {uploadCApplicationWithGar})
 public void isCApplicationInRegistry() throws RegistryException {
 registry.get(*/_system/config/repository/applications/ +
 cAppName*);
 }


 [1]
 https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java

 Thanks
 Ajith.

 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350





 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350




 --
 Supun Malinga,

 Senior Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com




-- 
Supun Malinga,

Senior Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com sup...@wso2.com
mobile - 071 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev