SessionContext « Session « Spring Q&A





1. SessionContext how to?    forum.springsource.org

Hello, I wonder how to differentiate a user from another. Is there a method provided by HttpServletRequest that fits my needs? Is there a common way to set some time limit ...

2. Pitchfork - how does injection of SessionContext work ?    forum.springsource.org

Pitchfork - how does injection of SessionContext work ? Hi all, I am trying to use Pitchfork for implementing Spring JUnit tests. My SessionBean under test needs an injected SessionContext. The ...

3. EJB3 SpringBeanAutowiringInterceptor and SessionContext, No unique bean defined    forum.springsource.org

EJB3 SpringBeanAutowiringInterceptor and SessionContext, No unique bean defined I've got a stateless session bean. Spring injection is working fine for spring beans using org.springframework.ejb.interceptor.SpringBeanAuto wiringInterceptor However, if I add the following ...