Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] BUILD STATUS:: 2.1 nightly build has test failures!

Build summary for 2.1.0.v20100614-r7608
-----------------------------------
Non-critical compilation issues (if any) repoted in
the format [BUILDLOG_LINE#: NUMBER_OF_ERRORS]:
-----------------------------------
TEST-CORE
  Tests run:7490 Failures:0 Errors:1
TEST-JPA
  Tests run:2517 Failures:0 Errors:0
TEST-WDF
  Tests run:816 Failures:0 Errors:0
TEST-MOXY
  Tests run:25841 Failures:0 Errors:0
TEST-SDO
  Tests run:4511 Failures:0 Errors:0
TEST-DBWS
  Tests run:17 Failures:0 Errors:0
TEST-DBWS-UTILS
  Tests run:28 Failures:0 Errors:0
-----------------------------------

Build log: (/shared/rt/eclipselink/logs/bsb-2.1_nightly_100614-1647.log)
Test logs can be found on the download server at:
    http://www.eclipse.org/eclipselink/downloads/nightly.php
Build logs can be found on the download server at:
    http://www.eclipse.org/eclipselink/downloads/build-failures.php
-----------------------------------

SVN Changes since Last Build:
------------------------------------------------------------------------
r7608 | egwin | 2010-06-14 16:45:59 -0400 (Mon, 14 Jun 2010)
Changed paths:
   M /branches/2.1/trunk/plugins/org.eclipse.persistence.antlr/org.eclipse.persistence.antlr.bnd
   M /branches/2.1/trunk/plugins/org.eclipse.persistence.asm/org.eclipse.persistence.asm.bnd
------------------------------------------------------------------------
r7602 | ailitchev | 2010-06-14 09:58:00 -0400 (Mon, 14 Jun 2010)
Changed paths:
   M /branches/2.1/trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java
------------------------------------------------------------------------
r7596 | dclarke | 2010-06-11 08:53:53 -0400 (Fri, 11 Jun 2010)
Changed paths:
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.classpath
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.jpt.core.prefs
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.wst.common.component
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/createDDL.jdbc
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/dropDDL.jdbc
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/eclipselink-impl-src/example/where/service/impl/EclipseLinkServiceFactory.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/Group_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/Location_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/User_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/AdminDivision_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Continent_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/CountryLanguage_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Country_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Feature_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Language_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Point_.java
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/TimeZone_.java
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/src/META-INF/persistence.xml
------------------------------------------------------------------------
r7582 | dclarke | 2010-06-10 06:49:05 -0400 (Thu, 10 Jun 2010)
Changed paths:
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes
------------------------------------------------------------------------
r7581 | dclarke | 2010-06-10 06:46:58 -0400 (Thu, 10 Jun 2010)
Changed paths:
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/.classpath
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/.settings/org.eclipse.wst.common.component
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/META-INF
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/META-INF/MANIFEST.MF
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/META-INF/persistence.xml
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/JavaSEExample.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/Queries.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/Sample$EmployeeComparator.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/Sample.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/Transactions.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/util
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/util/ExamplePropertiesLoader.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Address.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Address_.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Employee.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Employee_.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/EmploymentPeriod.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/EmploymentPeriod_.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Gender.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/LargeProject.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/LargeProject_.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/PhoneNumber$ID.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/PhoneNumber.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/PhoneNumber_.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Project.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Project_.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/SmallProject.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/SmallProject_.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/AllTests.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/ConfigTests.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/CreateDatabase.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/QueryTests.class
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/TransactionTests.class
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/modelgen/model/Employee_.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/modelgen/model/PhoneNumber_.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/META-INF/persistence.xml
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/example/Example.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/example/Transactions.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/model/Employee.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/model/PhoneNumber.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/AllTests.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/ConfigTests.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/CreateDatabase.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/QueryTests.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/TransactionTests.java
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/.classpath
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/.settings/org.eclipse.wst.common.component
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/model-gen/model/PhoneNumber_.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/META-INF/eclipselink-orm.xml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/JavaSEExample.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Queries.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Sample.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Transactions.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/util/ExamplePropertiesLoader.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/model/Employee.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/model/PhoneNumber.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/AllTests.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/ConfigTests.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/CreateDatabase.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/QueryTests.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/TransactionTests.java
------------------------------------------------------------------------
r7578 | dclarke | 2010-06-10 02:57:16 -0400 (Thu, 10 Jun 2010)
Changed paths:
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/src/testing/TransactionTests.java
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/META-INF/MANIFEST.MF
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Transactions.java
------------------------------------------------------------------------
r7577 | dclarke | 2010-06-10 02:39:52 -0400 (Thu, 10 Jun 2010)
Changed paths:
   M /branches/2.1/trunk/examples/dynamic/org.eclipse.persistence.example.dynamic.employee
   M /branches/2.1/trunk/examples/dynamic/org.eclipse.persistence.example.dynamic.employee/.classpath
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/.classpath
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/modelgen/model/LargeProject_.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/modelgen/model/SmallProject_.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/.classpath
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/src/testing/ConfigTests.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/src/testing/QueryTests.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/src/testing/TransactionTests.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/.classpath
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/META-INF/eclipselink-orm.xml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/META-INF/persistence.xml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Transactions.java
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/.classpath
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/.settings/org.eclipse.jpt.core.prefs
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/.settings/org.eclipse.wst.common.project.facet.core.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/.classpath
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/.settings/org.eclipse.jpt.core.prefs
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/.settings/org.eclipse.wst.common.project.facet.core.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/src/META-INF/persistence.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.common/.classpath
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.dynamic/.classpath
   D /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.employee.annotations
   D /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.inheritance/.classpath
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.inheritance/.settings/org.eclipse.jpt.core.prefs
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.inheritance/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.inheritance/.settings/org.eclipse.wst.common.project.facet.core.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.spatial/.classpath
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.spatial/.settings/org.eclipse.jpt.core.prefs
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.spatial/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.spatial/.settings/org.eclipse.wst.common.project.facet.core.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.classpath
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.jpt.core.prefs
   A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.wst.common.project.facet.core.xml
   M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/eclipselink-impl-src/META-INF/eclipselink-orm.xml
------------------------------------------------------------------------
r7574 | egwin | 2010-06-09 17:30:34 -0400 (Wed, 09 Jun 2010)
Changed paths:
   M /branches/2.1/trunk/eclipselink-src.zip
   M /branches/2.1/trunk/eclipselink.jar
------------------------------------------------------------------------


Back to the top