Skip to main content

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

Build summary for 2.2.0.v20100708-r7760
-----------------------------------
Non-critical compilation issues (if any) repoted in
the format [BUILDLOG_LINE#: NUMBER_OF_ERRORS]:
-----------------------------------
TEST-CORE
  Tests run:7490 Failures:0 Errors:0
TEST-JPA
  Tests run:2232 Failures:1 Errors:0
TEST-WDF
  Tests run:816 Failures:0 Errors:1
TEST-MOXY
  Tests run:25998 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-trunk_nightly_100708-0005.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:
------------------------------------------------------------------------
r7760 | ssmith | 2010-07-07 18:03:17 -0400 (Wed, 07 Jul 2010)
Changed paths:
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/converters/EnumTypeConverter.java
   M /trunk/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/converters/EnumeratedMetadata.java
------------------------------------------------------------------------
r7759 | ailitchev | 2010-07-07 16:36:48 -0400 (Wed, 07 Jul 2010)
Changed paths:
   M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/src/testing/TransactionTests.java
   M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/META-INF/eclipselink-orm.xml
   M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Transactions.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/descriptors/ObjectBuilder.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/CopyGroup.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/fetchgroups/SimpleSerializeFetchGroupTests.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/fieldaccess/fetchgroups/SimpleSerializeFetchGroupTests.java
------------------------------------------------------------------------
r7758 | mmacivor | 2010-07-07 16:18:58 -0400 (Wed, 07 Jul 2010)
Changed paths:
   A /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/annotations/XmlCDATA.java
   A /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/annotations/XmlReadOnly.java
   A /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/annotations/XmlWriteOnly.java
   A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/annotations/xmlcdata
   A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/annotations/xmlcdata/employee.xml
   A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/annotations/xmlcdata/employee_override.xml
   A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly
   A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/employee_read.xml
   A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/employee_write.xml
   A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/annotations/xmlwriteonly
   A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/annotations/xmlwriteonly/employee.xml
   M /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/JAXBTestSuite.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/cdata
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/cdata/Employee.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/cdata/XmlCDATAOverrideTestCases.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/cdata/XmlCDATATestCases.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/Employee.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/XmlReadOnlyOverrideTestCases.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/XmlReadOnlyTestCases.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/xmlwriteonly
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/xmlwriteonly/Employee.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/xmlwriteonly/XmlWriteOnlyOverrideTestCases.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/annotations/xmlwriteonly/XmlWriteOnlyTestCases.java
   M /trunk/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/compiler/AnnotationsProcessor.java
   M /trunk/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java
------------------------------------------------------------------------
r7756 | bdoughan | 2010-07-07 10:43:31 -0400 (Wed, 07 Jul 2010)
Changed paths:
   M /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/JAXBTestSuite.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/emptystring
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/emptystring/Customer.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/emptystring/EmptyStringTestCases.java
   M /trunk/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/compiler/MappingsGenerator.java
------------------------------------------------------------------------
r7753 | egwin | 2010-07-07 03:00:08 -0400 (Wed, 07 Jul 2010)
Changed paths:
   M /trunk/eclipselink-src.zip
   M /trunk/eclipselink.jar
------------------------------------------------------------------------


Back to the top