ApplicationListener « Session « Spring Q&A





1. Session information for ApplicationListener    forum.springsource.org

I am interested in using the ApplicationListener to receive user login events that has been suggested in numerous previous posts. What I don't understand is how does the listener access the ...

2. ApplicationListener in session scope bean fails    forum.springsource.org

2007-04-09 09:12:14,609 ERROR [org.springframework.web.context.ContextLoader] - org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'scopedTarget.logon': Scope 'session' is not active for the current thread;

3. Session Scoped Beans in ApplicationListener    forum.springsource.org

Is there any way to access a session scoped bean in an ApplicationListener? For example if I have a bean defined as follows: Code: Can I ...