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
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
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