Dan, I'm a bit puzzled here.
The SessionFactory gets the session from the Exchange. For an endpoint deployed by API, the only call I can find that establishes the session is in org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(ServletContext, HttpServletRequest, HttpServletResponse). That makes a new session every time. If I needed some concept of sessions persisting across multiple calls, what would I do?
