|
From: Juergen H. <ju...@in...> - 2005-03-17 08:05:09
|
Rob, can you please have a look at this? The JMX tests passed fine till
yesterday, so I assume this is caused by some recent change...
Juergen
-----Original Message-----
From: spr...@li...
[mailto:spr...@li...]On Behalf Of
al...@jt...
Sent: Thursday, March 17, 2005 12:22 AM
To: spr...@li...
Subject: [Springframework-developer] spring Build Failed
Importance: High
BUILD FAILED
Ant Error Message:
/jteam/build2/checkout/spring/spring/build.xml:498: Tests failed
Date of build: 03/17/2005 00:16:05
Time to build: 2 minutes 22 seconds
Last changed: 03/16/2005 20:07:17
Last log entry: *** empty log message ***
Errors/Warnings: (1184)
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: (1453)
error testPropertiesCorrectInJmx
org.springframework.jmx.export.PropertyPlaceholderConfigurerTests
Unit Test Error Details: (1)
Test: testPropertiesCorrectInJmx
Class:
org.springframework.jmx.export.PropertyPlaceholderConfigurerTests
Type: javax.management.InstanceNotFoundException
Message: bean:name=proxyTestBean1
javax.management.InstanceNotFoundException: bean:name=proxyTestBean1 at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanS
erverInterceptor.java:1015) at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMB
eanServerInterceptor.java:634) at
com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:667)
at
org.springframework.jmx.export.PropertyPlaceholderConfigurerTests.testProper
tiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
Modifications since last build: (80)
modified kdonald
sandbox/src/org/springframework/web/flow/action/SetAction.java *** empty log
message ***
modified kdonald .classpath *** empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/ActionState.java *** empty log
message ***
modified kdonald sandbox/src/org/springframework/web/flow/Scope.java
*** empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/TransactionSynchronizer.java ***
empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/FlowExecutionContext.java *** empty
log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/StateContext.java *** empty log
message ***
modified kdonald sandbox/src/org/springframework/web/flow/Event.java
*** empty log message ***
modified kdonald sandbox/src/org/springframework/web/flow/State.java
*** empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/LocalEvent.java *** empty log
message ***
modified kdonald
sandbox/src/org/springframework/web/flow/support/HttpServletRequestEvent.jav
a *** empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/support/FlowExecutionCleanupFilter.
java *** empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/struts/FlowAction.java *** empty
log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/support/HttpServletFlowExecutionMan
ager.java *** empty log message ***
modified kdonald sandbox/src/org/springframework/web/flow/Event.java
*** empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/LocalFlowExecutionContext.java ***
empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/FlowExecutionStack.java *** empty
log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/struts/FlowAction.java *** empty
log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/struts/FlowAction.java *** empty
log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/config/FlowFactoryBean.java ***
empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/struts/FlowActionMapping.java ***
empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/support/FlowExecutionListenerAdapte
r.java *** empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/support/HttpServletRequestEvent.jav
a *** empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/mvc/FlowController.java *** empty
log message ***
deleted kdonald
sandbox/src/org/springframework/web/flow/support/AttributeSetterSupport.java
*** empty log message ***
deleted kdonald
sandbox/src/org/springframework/web/flow/support/MapAttributeSetterAdapter.j
ava *** empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/support/ParameterizableFlowAttribut
eMapper.java *** empty log message ***
modified kdonald sandbox/src/org/springframework/web/flow/Scope.java
*** empty log message ***
added kdonald
sandbox/src/org/springframework/binding/support/AttributeSetterSupport.java
common code
added kdonald
sandbox/src/org/springframework/binding/support/MapAttributeSetterAdapter.ja
va common code
modified jhoeller readme.txt repackaged spring-orm.jar as
spring-orm.jar (without Hibernate) and spring-hibernate.jar (with
Hibernate2/3 support)
modified jhoeller changelog.txt
AbstractAutoProxyCreator/TargetSourceCreator,
PathMatchingResourcePatternResolver
modified kdonald sandbox/src/org/springframework/web/flow/Flow.java
*** empty log message ***
modified kdonald sandbox/src/org/springframework/web/flow/Flow.java
*** empty log message ***
modified jhoeller
src/org/springframework/web/context/support/ServletContextResourcePatternRes
olver.java PathMatchingResourcePatternResolver collects resource entries in
a Set and normalizes paths (to avoid double entries)
modified jhoeller
src/org/springframework/core/io/support/PathMatchingResourcePatternResolver.
java PathMatchingResourcePatternResolver collects resource entries in a Set
and normalizes paths (to avoid double entries)
modified jhoeller
src/org/springframework/core/io/support/ResourcePatternResolver.java
PathMatchingResourcePatternResolver collects resource entries in a Set and
normalizes paths (to avoid double entries)
modified jhoeller
sandbox/src/org/springframework/beans/factory/script/AbstractScriptFactory.j
ava * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
sandbox/src/org/springframework/beans/factory/dynamic/AbstractDynamicObjectA
utoProxyCreator.java * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
deleted jhoeller
src/org/springframework/aop/framework/autoproxy/target/AbstractPrototypeBase
dTargetSourceCreator.java * reworked AbstractAutoProxyCreator to check for
custom TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/AbstractAdvisorAutoProxyCrea
tor.java * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/AbstractAutoProxyCreator.jav
a * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreator.jav
a * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/DefaultAdvisorAutoProxyCreat
or.java * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/TargetSourceCreator.java *
reworked AbstractAutoProxyCreator to check for custom TargetSourceCreator
before instantiation of target bean* reworked TargetSourceCreator mechanism
to work with bean class rather than bean instance
(non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/package.html * reworked
AbstractAutoProxyCreator to check for custom TargetSourceCreator before
instantiation of target bean* reworked TargetSourceCreator mechanism to work
with bean class rather than bean instance (non-backwards-compatible)*
reworked AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
test/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorTest
s.java * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
test/org/springframework/aop/framework/autoproxy/AutoProxyCreatorTests.java
* reworked AbstractAutoProxyCreator to check for custom TargetSourceCreator
before instantiation of target bean* reworked TargetSourceCreator mechanism
to work with bean class rather than bean instance
(non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
added jhoeller
test/org/springframework/aop/framework/autoproxy/CountingTestBean.java *
reworked AbstractAutoProxyCreator to check for custom TargetSourceCreator
before instantiation of target bean* reworked TargetSourceCreator mechanism
to work with bean class rather than bean instance
(non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
test/org/springframework/aop/framework/autoproxy/SelectivePrototypeTargetSou
rceCreator.java * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
test/org/springframework/aop/framework/autoproxy/TestPoolingTargetSourceCrea
tor.java * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
test/org/springframework/aop/framework/autoproxy/advisorAutoProxyCreator.xml
* reworked AbstractAutoProxyCreator to check for custom TargetSourceCreator
before instantiation of target bean* reworked TargetSourceCreator mechanism
to work with bean class rather than bean instance
(non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
test/org/springframework/aop/framework/autoproxy/customTargetSource.xml *
reworked AbstractAutoProxyCreator to check for custom TargetSourceCreator
before instantiation of target bean* reworked TargetSourceCreator mechanism
to work with bean class rather than bean instance
(non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
test/org/springframework/aop/framework/autoproxy/quickTargetSource.xml *
reworked AbstractAutoProxyCreator to check for custom TargetSourceCreator
before instantiation of target bean* reworked TargetSourceCreator mechanism
to work with bean class rather than bean instance
(non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
added jhoeller
src/org/springframework/aop/framework/autoproxy/target/AbstractBeanFactoryBa
sedTargetSourceCreator.java * reworked AbstractAutoProxyCreator to check for
custom TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/target/AbstractPoolingTarget
SourceCreator.java * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
added jhoeller
src/org/springframework/aop/framework/autoproxy/target/LazyInitTargetSourceC
reator.java * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/target/QuickTargetSourceCrea
tor.java * reworked AbstractAutoProxyCreator to check for custom
TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified trisberg .classpath Added xmlc jar file
modified jhoeller
src/org/springframework/aop/framework/autoproxy/metadata/AttributesPoolingTa
rgetSourceCreator.java * reworked AbstractAutoProxyCreator to check for
custom TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/metadata/AttributesPrototype
TargetSourceCreator.java * reworked AbstractAutoProxyCreator to check for
custom TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
src/org/springframework/aop/framework/autoproxy/metadata/AttributesThreadLoc
alTargetSourceCreator.java * reworked AbstractAutoProxyCreator to check for
custom TargetSourceCreator before instantiation of target bean* reworked
TargetSourceCreator mechanism to work with bean class rather than bean
instance (non-backwards-compatible)* reworked
AbstractPrototypeBasedTargetSourceCreator into
AbstractBeanFactoryBasedTargetSourceCreator* added
LazyInitTargetSourceCreator, automatically creating a LazyInitTargetSource
for each bean marked as "lazy-init"
modified jhoeller
test/org/springframework/beans/factory/xml/LookupMethodWrappedByCglibProxyTe
sts.java polishing
modified jhoeller
test/org/springframework/beans/factory/xml/overloadOverrides.xml polishing
modified jhoeller
src/org/springframework/web/servlet/view/xslt/AbstractXsltView.java fixed
javadoc errors
modified jhoeller
src/org/springframework/jmx/export/assembler/InterfaceBasedMBeanInfoAssemble
r.java fixed javadoc errors
modified jhoeller
src/org/springframework/beans/factory/support/AbstractBeanFactory.java
refined "isSingleton" method to work for currently created beans too, added
public "getMergedBeanDefinition" method (for
AbstractBeanFactoryBasedTargetSourceCreator)
modified jhoeller
src/org/springframework/beans/factory/support/AbstractBeanDefinition.java
polishing
modified jhoeller
src/org/springframework/beans/factory/config/BeanPostProcessor.java
polishing
modified jhoeller
src/org/springframework/beans/factory/config/DestructionAwareBeanPostProcess
or.java polishing
modified jhoeller
src/org/springframework/beans/factory/support/AbstractAutowireCapableBeanFac
tory.java added InstantiationAwareBeanPostProcessor extension of
BeanPostProcessor interface, intercepting before instantiation
added jhoeller
src/org/springframework/beans/factory/config/InstantiationAwareBeanPostProce
ssor.java added InstantiationAwareBeanPostProcessor extension of
BeanPostProcessor interface, intercepting before instantiation
modified kdonald
sandbox/src/org/springframework/web/flow/config/XmlFlowBuilder.java ***
empty log message ***
modified kdonald
sandbox/src/org/springframework/util/EventListenerListHelper.java *** empty
log message ***
modified kdonald
sandbox/test/org/springframework/web/flow/config/testFlow.xml *** empty log
message ***
modified kdonald
sandbox/src/org/springframework/web/flow/config/web-flow.dtd *** empty log
message ***
modified kdonald
sandbox/src/org/springframework/web/flow/config/XmlFlowBuilder.java ***
empty log message ***
modified kdonald
sandbox/src/org/springframework/web/flow/config/web-flow.dtd *** empty log
message ***
modified kdonald
sandbox/src/org/springframework/web/flow/config/web-flow.dtd *** empty log
message ***
modified kdonald
sandbox/test/org/springframework/web/flow/config/testFlow.xml *** empty log
message ***
Deployments by this build: (11)
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-core.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-context.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
|