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
ctalk...@ctalkobt.net

Reply via email to