+ fix test by disabling autowiring
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user