You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Luciano Resende <lu...@gmail.com> on 2009/09/01 08:37:27 UTC

Contribution-JEE iTest erros, was Re: [1.x] Error building java-1.5.1 branch

I have fixed the domain manager itest issues in Linux/Mac OS
environment and I'm down to some contribution-jee errors.

Tests in error:
  testSCAJarEarAppcomp(org.apache.tuscany.sca.test.contribution.jee.SCAJarEarAppcompWarAppcompTestCase)
  testSCAJarEarNonenhanced(org.apache.tuscany.sca.test.contribution.jee.SCAJarEarNonenhancedTestCase)
  testWARAppcompContribImplicit(org.apache.tuscany.sca.test.contribution.jee.WARAppcompContribImplicitTestCase)
  testSCAZipEjbAppcomp(org.apache.tuscany.sca.test.contribution.jee.SCAZipEjbAppcompTestCase)
  testSCAJarEarAppcomp(org.apache.tuscany.sca.test.contribution.jee.SCAJarEarAppcompTestCase)
  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(org.apache.tuscany.sca.test.contribution.jee.ContributionServiceTestCase)
  testContributeEAR_Enhanced16(org.apache.tuscany.sca.test.contribution.jee.ContributionServiceTestCase)
  testContributeEAR_Enhanced19(org.apache.tuscany.sca.test.contribution.jee.ContributionServiceTestCase)

Among other issues, there seems to be issues with discovering the
module type (org.apache.openejb.config.UnknownModuleTypeException:
Unknown module type:
url=file:/private/var/folders/PI/PIxzw8eOGJmebuUgCle+ek+++TI/-Tmp-/temp8265918369218943020/junit-4.5.jar)...

Maybe someone more familiar with the JEE modules could give a hand
trying to fix these iTests... Otherwise I'll look into this again
tomorrow.

-- 
Luciano Resende
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: Contribution-JEE iTest erros, was Re: [1.x] Error building java-1.5.1 branch

Posted by Simon Laws <si...@googlemail.com>.
The JMS problem is just a timing issues. The TimeToLive is set very
short for one of the property tests and it's obviously behaving
slightly differently on my Linux compared to Windows.

Simon

Re: Contribution-JEE iTest erros, was Re: [1.x] Error building java-1.5.1 branch

Posted by Simon Laws <si...@googlemail.com>.
Just done a 1.5.1 linux build (Sun JDK 1.6-07) and this is what I see...

[INFO] Apache Tuscany SCA Store Tutorial Integration Test .... FAILED [18.309s]
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Apache Tuscany SCA Gdata Binding Extension
Runtime GSOC (during install)
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to
/home/slaws/tuscany/sca-java-1.5.1/modules/binding-gdata-runtime/target/surefire-reports
for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Apache Tuscany SCA iTest Domain Manager
Callback Run Test (during install)
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to
/home/slaws/tuscany/sca-java-1.5.1/itest/domainmgr/callback/runtest/target/surefire-reports
for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Apache Tuscany SCA iTest JMS (during install)
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to
/home/slaws/tuscany/sca-java-1.5.1/itest/jms/target/surefire-reports
for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Apache Tuscany SCA Store Tutorial
Integration Test (during install)
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to
/home/slaws/tuscany/sca-java-1.5.1/tutorials/store/store-test/target/surefire-reports
for the individual test results.


Are you no now seeing any of these?

Simon