Thanks for the quick answer.

I already have <aop:scoped-proxy/> in the bean. In fact, I get the exact
same result without this tag, because CGLIB is in the classpath.

Do you have any other suggestions?

Tormod


Raffaele Cigni wrote:
> 
> put this "<aop:scoped-proxy/>" in your beans, like:
> 
> <bean id="bascket" scope="session" class="mypackage.Myclass">
>         <aop:scoped-proxy/>
> </bean>
> 
> Spring manages a proxy for you.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Session-scoped-Spring-bean-tp15224216p15224914.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to