Calling external webservice using cxf camel endpoint

2010-10-27 Thread Madhav Bhargava
Hi All, I am using Camel 2.4 and cxf 2.2.11 for a prototype that i am developing at present. I have created a bunch of JAX-WS webservices and they are hosted on my local tomcat installation. I am trying to configure a CXF endpoint in Camel which will bind to the external webservice and post the s

Camel JMS component tied to Spring framework - bad news

2010-10-11 Thread Madhav Bhargava
Hi, Camel JMS component is tightly coupled with Spring JmsTemplate, which is rather bad news. Given that Spring with its classloader hack tries to resolve the namspace handler and fails miserably. It is just not meant for OSGi setup. Even if we try to move to Apache Aries Blueprint we still cannot

OSGi + ActiveMQBlob Message with Camel does not pick up the custom type converter

2010-10-10 Thread Madhav Bhargava
Hi All, I have a simple camel route where a ActiveMQBlobMessage is created and put into a JMS endpoint and then passed to a file endpoint to be written to a file. I have the following spring-camel configuration: ftp://user:passw...@localhost/archive/"; /> http://camel.a