Re: [Dev] [MB] Unable to run test cases due to ClassNotFoundException: org.wso2.andes.jndi.PropertiesFileInitialContextFactory

2015-02-07 Thread Hemika Kodikara
Found the issue. Add the following dependency to modules/integration/tests-common/admin-clients/pom.xml. dependency groupIdorg.wso2.andes.wso2/groupId artifactIdandes-client/artifactId /dependency PR at https://github.com/wso2/product-mb/pull/20/files Regards, Hemika Hemika Kodikara

[Dev] [MB] Unable to run test cases due to ClassNotFoundException: org.wso2.andes.jndi.PropertiesFileInitialContextFactory

2015-02-06 Thread Hemika Kodikara
Hi All, I am unable to run the product-mb test cases due to a ClassNotFoundException. See the following log. Exception in thread Thread-6 java.lang.NullPointerException at org.wso2.mb.integration.common.clients.operations.queue.QueueMessageReceiver.run(QueueMessageReceiver.java:203) at