Re: Log stops at Member initialized when deploying ec2 cartridge

2015-06-26 Thread Swapnil Patil
Hi Pubudu, I used different partitions. Because I just ran deploy.sh in samples/applications/simple/single-cartridge-app/scripts/mock. So this script will use network partition defined in samples/network-partitions/mock. (Before I ran this I had removed earlier network partition with undeploy.sh o

Re: Log stops at Member initialized when deploying ec2 cartridge

2015-06-26 Thread Pubudu Gunatilaka
Hi Swapnil, Can you attach the cartridge agent log? You cannot deploy the same network partition in mock which you used in ec2. Configurations are different. Thank you! On Sat, Jun 27, 2015 at 9:47 AM, Swapnil Patil wrote: > Hi All, > > I have setup Stratos on one ec2 instance and MB on anothe

Log stops at Member initialized when deploying ec2 cartridge

2015-06-26 Thread Swapnil Patil
Hi All, I have setup Stratos on one ec2 instance and MB on another ec2 instance. When I try to deploy ec2 application using sample script, application does get deployed and I can see ec2 instance being created for cartridge. But in wso2carbon.log I can only see messages till Member initialized. M

Re: Testing Stratos 4.1 - application removal still fails in certain cases

2015-06-26 Thread Mariangela Hills
Hi Martin, For more information, the following links explain the end-to-end process flow involved in deploying and undeploying an application, and the artifact correlation. [1] https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+How+to+Deploy+an+Application [2] https://cwiki.apache.org/conf

Re: [GSOC] [Showing health statistics in GUI] Apache Extras Cassandra-JDBC: Invalid method name: 'prepare_cql_query'

2015-06-26 Thread Chamila De Alwis
Hi Ashan, Were you able to solve this issue? (On a mobile) Regards, Chamila de Alwis Committer and PMC Member - Apache Stratos Software Engineer - WSO2 http://code.chamiladealwis.com On Jun 24, 2015 8:01 AM, "Ashan Dhananjaya" wrote: > Hi All, > > I tried to access Cassandra RDBMS using Jaggery

Re: [Discuss] Cloud Controller Unit Tests Failing

2015-06-26 Thread Imesh Gunaratne
I fixed this with the following commit revision: https://github.com/apache/stratos/commit/a42e84da8a9abe08177e4c39d63062fb03e3eb38 On Fri, Jun 26, 2015 at 2:03 PM, Imesh Gunaratne wrote: > Hi Devs, > > I see the below error in Cloud Controller while executing unit tests but > it does not detect

Re: To choose an ORM framework software

2015-06-26 Thread Isuru Perera
Okay! Let's use latest Apache OpenJPA. On Fri, Jun 26, 2015 at 1:52 PM, Jane Mariathas wrote: > Hi Isuru, > > I referred to this following link , > > http://stackoverflow.com/questions/576659/jpa-implementations-which-one-is-the-best-to-use > it may be the earlier release. I'll check the latest

[Discuss] Cloud Controller Unit Tests Failing

2015-06-26 Thread Imesh Gunaratne
Hi Devs, I see the below error in Cloud Controller while executing unit tests but it does not detect it as a test failure: Running org.apache.cartridge.autoscaler.service.axiom.CloudControllerContextTest 2015-06-26 10:54:13 INFO StratosThreadPool:58 - Thread pool created: [type] Executor Service

Re: To choose an ORM framework software

2015-06-26 Thread Jane Mariathas
Hi Isuru, I referred to this following link , http://stackoverflow.com/questions/576659/jpa-implementations-which-one-is-the-best-to-use it may be the earlier release. I'll check the latest release . Thanks , On Fri, Jun 26, 2015 at 12:58 PM, Isuru Perera wrote: > Hi Jane, > > Spring Data JPA

Re: To choose an ORM framework software

2015-06-26 Thread Isuru Perera
Hi Jane, Spring Data JPA is just helping you to implement data access layer easily. You will still have to choose a JPA implementation. I don't think we can easily use Spring projects with WSO2 Carbon Components. In the past, we have tried to stay away from using Spring framework in our code. You

Re: [Discuss] Apache Stratos 4.1.0-RC3 Test Coverage

2015-06-26 Thread Sajith Kariyawasam
+1. Do we have UI automation tests written? If not I think we can start working on that as well. As I know Selenium is a good framework, may be we can check few more. [1] http://www.seleniumhq.org/ On Fri, Jun 26, 2015 at 10:48 AM, Rajkumar Rajaratnam wrote: > +1. I will work on writing integrat