camel SCP tempPrefix option won't work

2016-10-07 Thread sungkwon.eom
Hello, This is my camel scp test code. I'd like to send a file to remote server with prefix "temp_". After finishing scp file copy, the "temp_" prefix is supposed to be gone. BUT the file name with tempPrefix never work. While writing, the file is same with original file. Did I miss

CamelSqlUpdateCount is negative value??

2016-05-12 Thread sungkwon.eom
Hello, Below is my route code for oracle update. I want to get the number of updated records. === from("seda:db_upadte?size=10=4=true").startupOrder(30) .to("sql:update tr_vdis_trace set V_ETAS = # WHERE P_TRIPSEQ =# and P_FST_TIME =

Re: TarAggregationStrategy - /tmp directory is full !!

2016-04-21 Thread sungkwon.eom
I'm using camel ver 2.17 and I added route code. thk from(src_uri).convertBodyTo(String.class) .setHeader("REAL_AGGREGATION_ID", constant("REAL_AGGREGATION")) .log("Aggregation ${file:onlyname} ")

TarAggregationStrategy - /tmp directory is full !!

2016-04-19 Thread sungkwon.eom
Hello, I'm using TarAggregationStrategy for create tar.gz file. BUT, I found TarAggregationStrategy don't delete /tmp directory files. Is there any way to make sure TarAggregationStrategy delete temp file ?? Or other way to create tar.gz file?

Re: how to hold temporary data to use later.....

2016-04-19 Thread sungkwon.eom
Thanks Quinn I didn't know camel support repository. I'll try it. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-hold-temporary-data-to-use-later-tp5781121p5781301.html Sent from the Camel - Users mailing list archive at Nabble.com.

how to hold temporary data to use later.....

2016-04-15 Thread sungkwon.eom
Hello, this is the scenario what I want to handle.. 1) load files from a directory 2)collect first line from each files (Using this data DB will be updated later) 3)compress files to a single tar.gz file. 4)upload the compressed file to FTP site. 5)update DB table over the