Hi Thanks for reporting. That example was for the Camel 1.x days. I have updated it accordingly how you can do it in Camel 2.x.
On Thu, Oct 20, 2011 at 4:10 PM, Craig Taylor <[email protected]> wrote: > Looking at http://camel.apache.org/jetty.html the example uses > HttpExchange in the following code : > --- > for the example code of : > public void process(Exchange exchange) throws Exception { > > HttpSession session = ((HttpExchange)exchange).getRequest().getSession(); > ... > } > --- > > yet the Unit Tests use HttpMessage. > > > > -- > ------------------------------------------- > Craig Taylor > [email protected] > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
