Search:

Type: Posts; User: werdex; Keyword(s):

Search: Search took 0.03 seconds.

  1. Solved the problem by defining util:map beans...

    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"/>
    ......
  2. Session bean and util:map : NotSerializableException

    Hi all,
    I have a session bean where map is inserted using util:map namespace:
    <beans:bean id="mySuperBean"
    class="com.SuperBeanImpl"
    scope="session">
    ...
Results 1 to 2 of 3