INT-1896 polishing, removed proxy-target-class='true' from the test config

This commit is contained in:
Oleg Zhurakousky
2011-05-06 16:49:42 -04:00
parent 465010a31e
commit 73092cccf2

View File

@@ -67,7 +67,7 @@
<int:channel id="inputWithProxy"/>
<aop:config proxy-target-class="true">
<aop:config>
<aop:pointcut id="testPointcut" expression="bean(inputWithProxy)"/>
<aop:advisor advice-ref="testInterceptor" pointcut-ref="testPointcut"/>
</aop:config>