Re: CamelBlueprintTestSupport doesn't like 6 directories deep

2016-09-07 Thread sohrab
Yep, I have all those changes in my version of camel-test-blueprint. But anyway I think I narrowed down the problem. It has nothing to do with Gradle vs. Maven. I have replicated it in both. Also the directory path matters but it is not as simple as more or fewer than 6. Basically this is a sympt

Re: Unmarshal fixed length Binary data

2016-09-07 Thread kaustubhkane
Thanks for all your responses. I am looking at the BeanIO data format and will get back on this in a day or two. -- View this message in context: http://camel.465427.n5.nabble.com/Unmarshal-fixed-length-Binary-data-tp5787125p5787306.html Sent from the Camel - Users mailing list archive at Nabbl

Re: CamelBlueprintTestSupport doesn't like 6 directories deep

2016-09-07 Thread Brad Johnson
That's odd. I've never run into that problem and I have blueprint-properties.xml in almost all my bundles. Are your blueprint files all in the bundles? Also I have run into problems with the cm-property place holder name creating problems if the PID has character it doesn't expect. I think "-" c

Re: Cut a file into multiple files

2016-09-07 Thread Brad Johnson
As Chris said tthe splitter can work well if this is a simple file. Are all new records starting with EEASTDE? If so then a splitter with tokenize("\n") would cut every single line and send it down the Camel route. You could then have a simple handler bean like: public class BeanBuilder { @End

Stop route - return customized message to caller

2016-09-07 Thread JamesG
Hi, I have a CXF route and I noticed that we're able to stop the route by executing the stop method through CamelContext. I'm trying to see whether I can leverage on this feature to switch my system into maintenance mode, and reject all the incoming requests. It works fine, but the error message

Camel context shutdown waiting for ExecutorService

2016-09-07 Thread Martin Lichtin
Hi All Having an issue with Camel context shutdown taking much longer than expected. The trace below shows it quite well. There's 2 seconds "graceful" shutdown, but then it takes 2x10 seconds to "really" shutdown. Any ideas why that could be? Also, how can I reduce the 10 seconds termination time

Re: CamelBlueprintTestSupport doesn't like 6 directories deep

2016-09-07 Thread sohrab
Yeah it is hard one to replicate but once you do, it happens consistently. I actually got to the bottom of this. So according to the OSGi spec, the "entries" inside a bundle are returned in the order they were originally attached: https://osgi.org/javadoc/r4v43/core/org/osgi/framework/Bundle.html#

camel JMS component client connects to Weblogic queue. Fuse restart requires whenever Web logic bounced.

2016-09-07 Thread bharadwaj
Hi, camel JMS component client connects to Weblogic queue. Fuse restart requires whenever Web logic bounced. Jms pulls mgs from wbelogic server. Whenever weblogic bounced , JMS retry every 5000 ms but it never connected automatically when weblogic is up. we need to restart Fuse every-time.

Re: GenericFileOperationFailedException - 'Cannot rename file' on Linux

2016-09-07 Thread Shiraz.Iskenderian
Finally I have been able to reproduce/identify the issue. Given that we are using a relative path to move the processed files into once successfully ftp-ed to the destination servers: ../../../u/4gl_upload/warehouse_integration_2/trs-server/export/in_progress_bpo/201609081030/done However, for

BeanIO HandleErrorAndAddAsResult

2016-09-07 Thread spurcell
I just wanted to reach out to the Camel team to let them know the work they have done on the Camel-BeanIO code is excellent. This allows parsing of CSV files and errors to be handled and added to the exchange, so no records are lost. The means users can add custom records into the exchange so work

Camel Docker component does not work in the OSGi environment, but I have a solution

2016-09-07 Thread philip368320
Hi,I found that the Camel Docker component does not work in the OSGi environment unless I add the following at startup (in a Scala Object in my case, as soon as the object is loaded then this runs).The error I get is: java.lang.RuntimeException: java.lang.ClassNotFoundException: Provider org.glass

JMS message with Inout pattern

2016-09-07 Thread Venu_s
Hello, I am using camel version 2.10.0.redhat-60024 ( the redhat version of the jar ) and jboss-a-mq-6.2.0.redhat-133 as my JMS provider and trying to do a simple request reply pattern with the following two routes *Producer side* from(endPointUrl).routeId("2") .setHeader

FTP - Get list files from FTP/SFTP

2016-09-07 Thread Tomer
All, Is Camel support get list of files from FTP/SFTP? Thanks, Tomer -- View this message in context: http://camel.465427.n5.nabble.com/FTP-Get-list-files-from-FTP-SFTP-tp5787346.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: FTP - Get list files from FTP/SFTP

2016-09-07 Thread souciance
Hi Tomer Not as far as I know, what is your usecase? Best Souciance On Thu, Sep 8, 2016 at 8:39 AM, Tomer [via Camel] < ml-node+s465427n5787346...@n5.nabble.com> wrote: > All, > Is Camel support get list of files from FTP/SFTP? > > Thanks, > Tomer > > -- > If you rep