}
public void testCxfBusConfiguration() throws Exception {
// get the camelContext from application context
CamelContext camelContext = (CamelContext) ctx.getBean("camel");
ProducerTemplate template = camelContext.createProducerTemplate();
try {
Exchange exchange = template.send("cxf:bean:routerEndpoint", new Processor() {
public void process(final Exchange exchange) {
final List<String> params = new ArrayList<String>();
params.add("hello");