]
Alessio Soldano commented on JBWS-3514:
---------------------------------------
Setting dependency on jira for upgrading to CXF to 3.0.2 because of change [1] required.
[1]
HTTP session scope support
--------------------------
Key: JBWS-3514
URL:
https://issues.jboss.org/browse/JBWS-3514
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: jbossws-cxf, jbossws-integration
Reporter: Alessio Soldano
Assignee: Jim Ma
Fix For: jbossws-cxf-5.0
Solerman Kaplon says:
"Hello everyone, after metro stack got discontinued and CXF becoming the de-facto
stack for JbossWS, I'm missing the @HttpSessionScope annotation. Basically, it
automatically adds the jsession id to every http response so sessions can be tracked as
usual in HTTP. For instance, that allows one to carry CDI/Seam conversations over several
WS requests, very useful for rich clients. I would like for something to be included by
default in jboss ws to allow for the same level of usability. Right now, the only
alternative is to manually fiddle with the webservice context and add the header yourself.
Another level of automation would be a Message Handler of Interceptor to do the job. Any
other ideas?"
See also:
http://weblogs.java.net/blog/kohsuke/archive/2006/10/bringing_state.html