Currently, the JavaEEModuleHelper uses the org.apache.openejb.config.DeploymentLoader, to load the JEE archieve and due to some classloading issues, the itests were failing.
Today, I tried writing a custom Deployer and asked the OpenEJB to use the TCCL as the classloader. Now, I see that some few tests are failing and some are throwing NPE. Earlier, all the test case use throw exception with ClassNotFoundException. Results : Failed tests: testSCAJarEarNonenhanced(org.apache.tuscany.sca.test.contribution.jee.SCAJarEarNonenhancedTestCase) testEjbAppcom(org.apache.tuscany.sca.test.contribution.jee.WarAppcompTestCase) testContributeWAR(org.apache.tuscany.sca.test.contribution.jee.ContributionServiceTestCase) testContributeWARwDeployable(org.apache.tuscany.sca.test.contribution.jee.ContributionServiceTestCase) testContributeEAR_Enhanced19(org.apache.tuscany.sca.test.contribution.jee.ContributionServiceTestCase) Tests in error: testSCAJarEarAppcomp(org.apache.tuscany.sca.test.contribution.jee.SCAJarEarAppcompTestCase) testSCAJarEarAppcomp(org.apache.tuscany.sca.test.contribution.jee.SCAJarEarAppcompWarAppcompTestCase) Tests run: 18, Failures: 5, Errors: 2, Skipped: 3 I might need some help from Vamsi, to see if we are in the right approach to resolve this issue. On Wed, Feb 24, 2010 at 3:27 PM, Simon Laws <[email protected]>wrote: > Ok Ram, be interested to hear what you find. > > Simon > -- Thanks & Regards, Ramkumar Ramalingam
