Hello all,
I am using Spring 3.1
Now, as per this website--> http://tedyoung.me/2011/10/19/practi...rt-5-sessions/
I can use the following annotations for a Global Session scoped class..
However, in my Java class, when I use the above annotations, I am getting this error in Eclipse IDE-->Code:@Component @Scope(value="session", proxyMode=ScopedProxyMode.TARGET_CLASS) public class UserPreferences { ....remaining code....
What am I doing wrong here? I basically want to use a specific object across global session - viz, across multiple controllers in my Spring MVC based web app.ScopedProxyMode cannot be resolved to a variable
Thanks,
Arvind.


Reply With Quote
