Hi,
I tried to migrate the following sample to Spring 3:
<beans>
<bean id="scopetest" class="com.commons.Scopetest" scope="prototype">
<aop:scoped-proxy/>
</bean>
...
Type: Posts; User: Radgon; Keyword(s):
Hi,
I tried to migrate the following sample to Spring 3:
<beans>
<bean id="scopetest" class="com.commons.Scopetest" scope="prototype">
<aop:scoped-proxy/>
</bean>
...
Hi all,
we are using Wily Introscope for performance management.
To be able to instrument Spring Web Services, we need a suitable entry point.
First we came up with...