Skip to content

Commit e8a4ddd

Browse files
author
Costin Leau
committed
+ fix test by disabling autowiring
1 parent 18bd4a8 commit e8a4ddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

org.springframework.integration-tests/src/test/java/org/springframework/context/annotation/ltw/ComponentScanningWithLTWTests.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns:context="http://www.springframework.org/schema/context"
66
xsi:schemaLocation=
7-
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
8-
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd"
7+
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
8+
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"
99
default-autowire="byType">
1010

1111
<context:component-scan base-package="org.springframework.context.annotation"/>
1212

1313
<context:load-time-weaver aspectj-weaving="off"/>
1414

15-
<bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor"/>
15+
<bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" autowire="no"/>
1616

1717
</beans>

0 commit comments

Comments
 (0)