How to configure jetty to support sessions in Talend ESB
I was trying to create an HTTP Session with a CXF interceptor in Talend ESB. I get an error: IllegalStateException: No Session Manager I tried adding a setHandler to the jetty.xml, but it failed saying IllegalStateException: STARTED I also added: <httpj:engine-factory bus="cxf"> <httpj:engine port="8080"> <httpj:sessionSupport>true</httpj:sessionSupport> </httpj:engine> </httpj:engine-factory> to my camel-context.xml It did not help. Also tried port="0".