|
Claus Ibsen |
at Oct 20, 2011 at 2:38 pm
|
⇧ |
| |
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 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
ctalkobt@ctalkobt.net
--
Claus Ibsen
-----------------
FuseSource
Email: cibsen@fusesource.com
Web:
http://fusesource.comTwitter: davsclaus, fusenews
Blog:
http://davsclaus.blogspot.com/Author of Camel in Action:
http://www.manning.com/ibsen/