PDA

View Full Version : Inject session scoped bean into another


jfreeby
Jun 9th, 2008, 01:35 PM
If a session scoped bean is injected into another session scoped bean, is the "aop:scoped-proxy" declaration necessary?

I see from the documentation that it can be used when injections a session scoped bean into a singleton bean (also for other scopes).

Thanks for any help :)


Jim