DUMP Camelcontext to XML DSL -- API ?

2015-07-17 Thread fxthomas
hello, I was wondering if there simple way i can dump the camelcontext details into a XML i.e. convert from JAVA DSL to XMl DSL . Using the camlecontext object I an get the necessary information of the routes and it configuration. I am trying to convert my Routes which are java DSL based

Re: DUMP Camelcontext to XML DSL -- API ?

2015-07-17 Thread fxthomas
saw this post http://camel.465427.n5.nabble.com/Is-there-a-tools-to-convert-java-dsl-to-xml-td5768015.html will try using ManagedRoute dumpRouteAsXml(). -- View this message in context: http://camel.465427.n5.nabble.com/DUMP-Camelcontext-to-XML-DSL-API-tp5769450p5769451.html Sent from the

MINA TLS: Silent Error when trying to load a MINA route with TLS

2015-07-17 Thread peter.berkman
=TRACE Log entry: 20150717 08:05:56.471 [INFO ] Karaf Console ssh for user ngs | 274:org.apache.camel.camel-core | org.apache.camel.core.osgi.OsgiDefaultCamelContext | Apache Camel 2.15.2 (CamelContext: ngms-hl7v2mllplistener-context) is starting 20150717 08:05:56.471 [INFO ] Karaf Console ssh

RE: Sending Message to IBM MQ Remote queue manager

2015-07-17 Thread Vanshul . Chawla
Figured out a way with Destination Resolver class and setting QM name with CamelJmsDestinationName header before queue name. It works well. Thanks and Regards, Vanshul Chawla -Original Message- From: Vanshul.Chawla [mailto:vanshul.cha...@target.com] Sent: Friday, July 17, 2015 9:35

How to configure a singleton ProducerTemplate bean with Spring JavaConfig

2015-07-17 Thread pmihnea
How to configure a singleton ProducerTemplate bean with Spring JavaConfig? I need to inject the ProducerTemplate bean into a Camel processor that is used by a Camel route configured also as a Spring singleton bean. -- View this message in context:

Re: Cannot store file error CSV

2015-07-17 Thread fxthomas
okay, I will try that. I had tried without existing file and without existing file , in both cases it gave the same issue. -- View this message in context: http://camel.465427.n5.nabble.com/Cannot-store-file-error-CSV-tp5769339p5769441.html Sent from the Camel - Users mailing list archive at

Re: Cannot store file error CSV

2015-07-17 Thread Claus Ibsen
Hi Can you try without the jdbc and splitter etc. So its just from timer - setBody - to file to see if it stores a file. Also test situations there there is no existing file, and maybe there is an existing file to see if the append works. On Thu, Jul 16, 2015 at 1:08 PM, Greg Autric

Re: Need help in running camel in raspberry pi

2015-07-17 Thread Christian Müller
The bundle org.eclipse.kura.example.camel_osgi imports the following packages: Import-Package: org.apache.camel;version=2.15.2, org.apache.camel.builder;version=2.15.2, org.apache.camel.core.osgi;version=2.15.2, org.osgi.framework;version=1.7.0, org.slf4j;version=1.6.4 But the bundles, which