Solved the problem by defining util:map beans separately
<beans:bean id="mySuperBean"
class="com.SuperBeanImpl"
scope="session">
<aop:scoped-proxy proxy-target-class="false"/>
......
Type: Posts; User: werdex; Keyword(s):
Solved the problem by defining util:map beans separately
<beans:bean id="mySuperBean"
class="com.SuperBeanImpl"
scope="session">
<aop:scoped-proxy proxy-target-class="false"/>
......
Hi all,
I have a session bean where map is inserted using util:map namespace:
<beans:bean id="mySuperBean"
class="com.SuperBeanImpl"
scope="session">
...