+ fix test by disabling autowiring
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2979 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
e63911b373
commit
b77d06e903
|
|
@ -4,14 +4,14 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:context="http://www.springframework.org/schema/context"
|
xmlns:context="http://www.springframework.org/schema/context"
|
||||||
xsi:schemaLocation=
|
xsi:schemaLocation=
|
||||||
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd"
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"
|
||||||
default-autowire="byType">
|
default-autowire="byType">
|
||||||
|
|
||||||
<context:component-scan base-package="org.springframework.context.annotation"/>
|
<context:component-scan base-package="org.springframework.context.annotation"/>
|
||||||
|
|
||||||
<context:load-time-weaver aspectj-weaving="off"/>
|
<context:load-time-weaver aspectj-weaving="off"/>
|
||||||
|
|
||||||
<bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor"/>
|
<bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" autowire="no"/>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue