CXF component testing

2011-02-25 Thread bdusauso
Hi, I'd like to do some basic test for a route. I have a REST service, configured as : http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:cxf="http://camel.apache.org/schema/cxf"; xmlns:jaxrs="http://cxf.apache.org/jaxr

RMI Component

2011-02-17 Thread bdusauso
Hi, I'm trying to invoke a RMI service with Camel. This RMI service is exported with Spring RmiServiceExporter. But I have a type conversion problem with Camel. It says : Caused by: org.apache.camel.InvalidPayloadException: No body available of type: org.springframework.remoting.support.RemoteI

Camel startup

2011-02-02 Thread bdusauso
(Sorry if this message is a duplicate but it seems it wasn't sent properly last time, so I post it using Nabble instead of email). Hi, I have a standalone application that uses Spring and Camel. As suggested in the Camel in Action book, I do this in order to launch the application and make it la