Yes, spring beans with scope="session", <aop:scoped-proxy/>, and using Spring's RequestContextListener (in web.xml) as suggested by Dan Kulp a number of years ago. So what technologies are suggested to do a similar thing in the OSGi world. Yes, I can use Spring DM to give me a session bean (one for each session), but how do I hook it up since Tomcat is not in the picture to direct request to the correct session bean?
-- View this message in context: http://cxf.547215.n5.nabble.com/session-scoping-in-osgi-tp5751499p5751527.html Sent from the cxf-user mailing list archive at Nabble.com.
