|
From: Juergen H. <ju...@in...> - 2005-03-24 23:17:17
|
Seems that my LobTypeTests commit came too late there (I initally forgot to
commit that test alongside the change sources). Can we maybe manually
trigger another build tomorrow morning, to make sure that the automated
build works *before* the actual 1.2 RC1 release?
Juergen
-----Original Message-----
From: spr...@li...
[mailto:spr...@li...]On Behalf Of
al...@jt...
Sent: Friday, March 25, 2005 12:21 AM
To: spr...@li...
Subject: [Springframework-developer] spring Build Failed
Importance: High
BUILD FAILED
Ant Error Message:
/jteam/build2/checkout/spring/spring/build.xml:668: Tests failed
Date of build: 03/25/2005 00:16:42
Time to build: 2 minutes 21 seconds
Last changed: 03/24/2005 17:47:14
Last log entry: reworked "nullSafeGetInternal" to pass the full
"names" and "owner" arguments in, as given by Hibernate
Errors/Warnings: (1232)
Note: Some input files use or override a deprecated API.Note: Recompile
with -deprecation for details.Note:
/jteam/build2/checkout/spring/spring/mock/org/springframework/mock/web/MockH
ttpSession.java uses or overrides a deprecated API.Note: Recompile
with -deprecation for details.Note: Some input files use or override a
deprecated API.Note: Recompile with -deprecation for details.
Unit Tests: (1910)
failure testClobStringType
org.springframework.orm.hibernate3.support.LobTypeTests
Unit Test Error Details: (1)
Test: testClobStringType
Class: org.springframework.orm.hibernate3.support.LobTypeTests
Type: junit.framework.AssertionFailedError
Message: Expectation failure on verify: findColumn("column"):
expected: 1, actual: 0
junit.framework.AssertionFailedError: Expectation failure on verify:
findColumn("column"): expected: 1, actual: 0 at
org.easymock.internal.AbstractBehavior.verify(AbstractBehavior.java:63) at
org.easymock.internal.ReplayState.verify(ReplayState.java:25) at
org.easymock.MockControl.verify(MockControl.java:189) at
org.springframework.orm.hibernate3.support.LobTypeTests.tearDown(LobTypeTest
s.java:528)
Modifications since last build: (57)
modified jhoeller
src/org/springframework/orm/hibernate3/support/AbstractLobType.java reworked
"nullSafeGetInternal" to pass the full "names" and "owner" arguments in, as
given by Hibernate
modified jhoeller
src/org/springframework/orm/hibernate3/support/BlobByteArrayType.java
reworked "nullSafeGetInternal" to pass the full "names" and "owner"
arguments in, as given by Hibernate
modified jhoeller
src/org/springframework/orm/hibernate3/support/BlobSerializableType.java
reworked "nullSafeGetInternal" to pass the full "names" and "owner"
arguments in, as given by Hibernate
modified jhoeller
src/org/springframework/orm/hibernate3/support/ClobStringType.java reworked
"nullSafeGetInternal" to pass the full "names" and "owner" arguments in, as
given by Hibernate
modified jhoeller changelog.txt distribution jars, XML bean
definitions, SQLErrorCodes categories
modified jhoeller lib/readme.txt RowSet, JMX
modified jhoeller
src/org/springframework/jdbc/core/JdbcTemplate.java polishing
deleted jhoeller
src/org/springframework/aop/util/WeakReferenceMonitor.java reworked
WeakReferenceMonitor and moved it to general util package
added jhoeller
src/org/springframework/util/WeakReferenceMonitor.java reworked
WeakReferenceMonitor and moved it to general util package
modified jhoeller
src/org/springframework/ejb/support/AbstractEnterpriseBean.java reworked
WeakReferenceMonitor and moved it to general util package
modified jhoeller project.properties prepared for 1.2 RC1
modified jhoeller docs/reference/src/index.xml prepared for 1.2 RC1
modified jhoeller build.xml factored out spring-beans.jar,
spring-jdbc.jar and spring-context.jar
modified jhoeller readme.txt factored out spring-beans.jar,
spring-jdbc.jar and spring-context.jar
modified jhoeller samples/petclinic/build.xml polishing
modified jhoeller samples/jpetstore/annotation/build.xml added
explicit "source" attribute to the "javac" tag
modified jhoeller samples/jpetstore/attributes/build.xml added
explicit "source" attribute to the "javac" tag
modified jhoeller
src/org/springframework/jdbc/datasource/DataSourceUtils.java fixed
"connectionEquals" to explicitly check for identity too (for Connection
handles that do not implement "equals" properly, such as the ones Commons
DBCP exposes)
modified jhoeller
src/org/springframework/jmx/export/assembler/MetadataMBeanInfoAssembler.java
only set currencyTimeLimit if >0
modified jhoeller samples/jpetstore/attributes/WEB-INF/web.xml added
Log4J initialization (commented out)
modified jhoeller samples/jpetstore/annotation/WEB-INF/web.xml added
Log4J initialization (commented out)
modified klr8
samples/webflow/phonebook/web/WEB-INF/jsp/person.Detail.view.jsp Cleanup.
modified klr8
samples/webflow/phonebook/web/WEB-INF/jsp/person.Search.criteria.view.jsp
Cleanup.
modified klr8
samples/webflow/phonebook/web/WEB-INF/jsp/person.Search.results.view.jsp
Cleanup.
modified klr8
sandbox/src/org/springframework/web/flow/support/HttpServletRequestEvent.jav
a Introduced BirthDate web flow sample app.
modified klr8 .classpath Introduced BirthDate web flow sample app.
modified klr8
sandbox/src/org/springframework/web/flow/CannotExecuteStateTransitionExcepti
on.java Improved exceptions.
modified klr8
sandbox/src/org/springframework/web/flow/FlowNavigationException.java
Improved exceptions.
modified klr8
sandbox/src/org/springframework/web/flow/NoSuchFlowExecutionException.java
Improved exceptions.
modified klr8
sandbox/src/org/springframework/web/flow/NoSuchFlowStateException.java
Improved exceptions.
modified klr8
sandbox/src/org/springframework/web/flow/NoSuchTransitionException.java
Improved exceptions.
modified jhoeller
src/org/springframework/dao/InvalidDataAccessResourceUsageException.java
polishing
modified jhoeller
src/org/springframework/dao/InvalidDataAccessApiUsageException.java
polishing
modified klr8
sandbox/src/org/springframework/web/flow/support/HttpServletFlowExecutionMan
ager.java Code review.
modified jhoeller
test/org/springframework/jdbc/support/SQLErrorCodeSQLExceptionTranslatorTest
s.java added "invalidResultSetAccessCodes" category, re-added
"dataAccessResourceFailureCodes" category
modified jhoeller
test/org/springframework/jdbc/support/SQLErrorCodesFactoryTests.java added
"invalidResultSetAccessCodes" category, re-added
"dataAccessResourceFailureCodes" category
modified klr8
sandbox/src/org/springframework/web/flow/struts/FlowAction.java Code review.
modified jhoeller
src/org/springframework/jdbc/support/SQLErrorCodeSQLExceptionTranslator.java
added "invalidResultSetAccessCodes" category, re-added
"dataAccessResourceFailureCodes" category
modified jhoeller
src/org/springframework/jdbc/support/SQLErrorCodes.java added
"invalidResultSetAccessCodes" category, re-added
"dataAccessResourceFailureCodes" category
modified jhoeller
src/org/springframework/jdbc/support/sql-error-codes.xml added
"invalidResultSetAccessCodes" category, re-added
"dataAccessResourceFailureCodes" category
modified klr8
sandbox/src/org/springframework/web/flow/mvc/FlowController.java Code
review.
modified jhoeller
src/org/springframework/jdbc/BadSqlGrammarException.java added
InvalidResultSetAccessException, typically thrown when an invalid ResultSet
column index or name was specified; reworked SqlRowSet to throw
InvalidResultSetAccessException
added jhoeller
src/org/springframework/jdbc/InvalidResultSetAccessException.java added
InvalidResultSetAccessException, typically thrown when an invalid ResultSet
column index or name was specified; reworked SqlRowSet to throw
InvalidResultSetAccessException
modified jhoeller
src/org/springframework/jdbc/support/rowset/SqlRowSet.java added
InvalidResultSetAccessException, typically thrown when an invalid ResultSet
column index or name was specified; reworked SqlRowSet to throw
InvalidResultSetAccessException
modified jhoeller
src/org/springframework/jdbc/support/rowset/SqlRowSetImpl.java added
InvalidResultSetAccessException, typically thrown when an invalid ResultSet
column index or name was specified; reworked SqlRowSet to throw
InvalidResultSetAccessException
modified jhoeller
src/org/springframework/jdbc/support/rowset/SqlRowSetMetaData.java added
InvalidResultSetAccessException, typically thrown when an invalid ResultSet
column index or name was specified; reworked SqlRowSet to throw
InvalidResultSetAccessException
modified jhoeller
src/org/springframework/jdbc/support/rowset/SqlRowSetMetaDataImpl.java added
InvalidResultSetAccessException, typically thrown when an invalid ResultSet
column index or name was specified; reworked SqlRowSet to throw
InvalidResultSetAccessException
modified klr8
sandbox/src/org/springframework/web/flow/ActionExecutionException.java Code
review.
modified klr8
sandbox/src/org/springframework/web/flow/ActionState.java Code review.
modified kdonald
sandbox/src/org/springframework/web/flow/SimpleEvent.java *** empty log
message ***
modified kdonald
sandbox/src/org/springframework/web/flow/ActionExecutionException.java ***
empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/ActionExecutionException.java ***
empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/ActionState.java *** empty log
message ***
modified kdonald
sandbox/src/org/springframework/web/flow/mvc/FlowController.java polishing
modified kdonald
sandbox/src/org/springframework/web/flow/struts/FlowAction.java polishing
modified kdonald
sandbox/src/org/springframework/web/flow/support/HttpServletFlowExecutionMan
ager.java polishing
modified kdonald
sandbox/src/org/springframework/web/flow/support/HttpServletFlowExecutionMan
ager.java polishing
Deployments by this build: (14)
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-core.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-beans.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-aop.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-dao.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-jdbc.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-context.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-support.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-web.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-webmvc.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-remoting.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-orm.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-hibernate.jar
Building jar: /jteam/build2/checkout/spring/spring/dist/spring.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-mock.jar
|