Currently I'm using CXF for accessing some Seam (stateful) services. I managed it to maintain session state of one single service (I've set the SESSION_MAINTAIN_PROPERTY to true), but I need some further help with different services using the same session.
A usual scenario would be following:
There was just one missing line that separated me from enlightenment. ;)
requestContext.put(MessageContext.HTTP_REQUEST_HEADERS, requestHeaders);
I forgot to put the requestHeaders back into the requestContext... Maybe I need a little break.