Hi, It seems to be supported since Jetty 6, take a look into http://forum.spring.io/forum/spring-projects/container/23513-jetty-not-supporting-session-scope
Regards, Andrei. > -----Original Message----- > From: Barry Hathaway [mailto:[email protected]] > Sent: Mittwoch, 26. November 2014 22:25 > To: [email protected] > Subject: Re: session scoping in osgi > > 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.
