Re: Integration testing a route before production

2010-02-07 Thread Willem Jiang
Here is the example to show how to start the camel context[1] with spring test support. [1] http://camel.apache.org/spring-testing.html Willem Christian Schneider wrote: Hi Kevin, basically you can use the spring integration test aproach. http://static.springsource.org/spring/docs/2.5.x/ref

Re: cxfrs improvment

2010-02-07 Thread Willem Jiang
If you just want t generic consumer which can deal with the Http request, you can take a look at camel-jetty[1] component or camel-restlet[2]. [1]http://camel.apache.org/jetty.html [2]http://camel.apache.org/restlet.html Willem Tapdur wrote: hi the comunity i have a question on the cxf impr

Re: example reportincident does not work

2010-02-07 Thread Willem Jiang
Just a quick question. Is the unit test of the camel-example-reportincident passed ? Willem Claus Ibsen wrote: Hi Can you read the support page how to write for help on the mailinglist http://camel.apache.org/support.html We cant really help you when you provide so little details. For example

cxfrs improvment

2010-02-07 Thread Tapdur
hi the comunity i have a question on the cxf improvment, why do we need to provide a bean service to put an Exchange message to a camel route ? as we only need on reception of http request to put a message with the headers and the body to a camel route ? is it a 2.2.0 feature ? if already in th