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 failed!

Build summary for 2.1.2.v20100908-r8151
-----------------------------------
Non-critical compilation issues (if any) repoted in
the format [BUILDLOG_LINE#: NUMBER_OF_ERRORS]:
-----------------------------------
Build log: (/shared/rt/eclipselink/logs/bsb-2.1_nightly_100908-0105.log)
Build logs can be found on the download server at:
    http://www.eclipse.org/eclipselink/downloads/build-failures.php
-----------------------------------

SVN Changes since Last Build:
------------------------------------------------------------------------
r8151 | dclarke | 2010-09-08 00:20:45 -0400 (Wed, 08 Sep 2010)
Changed paths:
   M /branches/2.1/trunk/examples/jpa.employee
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.ejb/ejbModule/eclipselink/example/jpa/employee/services/EmployeeAdminServiceBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.ejb/ejbModule/eclipselink/example/jpa/employee/services/EmployeeAppContext.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.ejb/ejbModule/eclipselink/example/jpa/employee/services/EmployeeAppContextBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/Company.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/eclipselink/CompanyFilterHelper.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/WEB-INF/faces-config.xml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/WEB-INF/templates/header.jsf
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/help_50x50.png
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/home_50x50.png
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/magnifying_glass_50x50.png
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/new_50x50.png
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/remove_20x20.png
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/tools_50x50.png
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/index.xhtml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/CreateEmployeeBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/DeleteEmployeeBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EditEmployeeBean.java
   D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EmployeeAdminBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EmployeeController.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EmployeeWebContextBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/ViewEmployeeBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/ViewProjectBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/admin/EditUserBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/converters/CompanyConverter.java
------------------------------------------------------------------------
r8150 | dclarke | 2010-09-07 19:53:13 -0400 (Tue, 07 Sep 2010)
Changed paths:
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.ejb/ejbModule/eclipselink/example/jpa/employee/services/EmployeeServiceBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/META-INF/persistence.xml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/Address.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/Company.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/CompanyFiltered.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/Employee.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/EmploymentPeriod.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/Member.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/PhoneNumber.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/Project.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/User.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/eclipselink
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/eclipselink/CompanyFilterHelper.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/eclipselink/EmployeeCompanyFilter.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/eclipselink/TemporalMemberFilter.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/model/util/Sample.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/example/Queries.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/example/Transactions.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/testing/AllTests.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/testing/CompanyFilteredQueryTests.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/testing/ConfigTests.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/testing/CreateDatabase.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/testing/QueryTests.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/testing/TransactionTests.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/testing/util/EclipseLinkJPATest.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.tests/src/testing/util/QuerySQLTracker.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/.metadata/WebContent/WEB-INF/faces-config.pageflow
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/WEB-INF/faces-config.xml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/create_employee.xhtml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/delete_employee.xhtml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/edit_employee.xhtml
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/help_50x50.png
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/home_50x50.png
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/magnifying_glass_50x50.png
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/new_50x50.png
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/remove_20x20.png
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/tools_50x50.png
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/search_employees.xhtml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/view_employee.xhtml
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/view_project.xhtml
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/CreateEmployeeBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EditEmployeeBean.java
   M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/ViewEmployeeBean.java
   A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/ViewProjectBean.java
------------------------------------------------------------------------
r8148 | egwin | 2010-09-04 05:57:57 -0400 (Sat, 04 Sep 2010)
Changed paths:
   M /branches/2.1/trunk/eclipselink-src.zip
   M /branches/2.1/trunk/eclipselink.jar
------------------------------------------------------------------------


Back to the top