can't download camel

2012-10-18 Thread Denis
Hi! can any one download Camel 2.10? now every one link from http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.2/apache-camel-2.10.2.zip make fail. http://apache.mirrors.tds.net/camel/apache-camel/2.10.2/apache-camel-2.10.2.zip Not Found The requested URL /camel/apache-camel/2.10.2/a

RE: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-09-21 Thread Denis Chirov
Hi, The sample and a Java Flight recording were uploaded on GitHub: https://github.com/dchirov/camel-performance-sample.git Best Regards, Denis -Original Message- From: Claus Ibsen Sent: Saturday, September 19, 2020 6:28 PM To: users@camel.apache.org Subject: Re: Performance regression

Trouble with split/tokenize on linux

2012-10-28 Thread Denis S
orrecly by CSVParser as a result: "5701","FX S the real line is: "5701","FX SETT","286421","schmwe - Prev E10m/1yr increased to E150m/3mths, E10m/1yr","EUR","3","S" Looks like the file wasn't split by lines proper

Re: Trouble with split/tokenize on linux

2012-10-29 Thread Denis S
Hi Willem, Thanks for the help. Unfortunatelly, the issue still remains. I checked the files and see that all lines are terminated with \0a properly. Is it possible the issue is not in the broken line, but in the subsequent lines which contain some special characters? Thanks, Denis -- View

Re: Trouble with split/tokenize on linux

2012-10-29 Thread Denis S
- file://../import] TRACE org.apache.camel.component.bean.MethodInfo - >>>> invoking: public void com.sample.MyFileProcessor.processError(org.apache.camel.Exchange) throws java.lang.Exception on bean: com.sample.MyFileProcessor@48e66eb9 with arguments: {Exchange[null]} for exchange: Excha

Re: Trouble with split/tokenize on linux

2012-10-30 Thread Denis S
No, I didn't. But tried to set org.apache.camel.default.charset variable to utf-8, that doesn't help. Have to try utf-16 probably.. Thanks, Denis -- View this message in context: http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721840.html Sent from

Re: Trouble with split/tokenize on linux

2012-10-31 Thread Denis S
1125","KOC","104" and the next line is: "CRES","BASEL II - BEBEK-MANUAL","Mehmet ¦elikgÆrz","MEHMET ¦ELIKGÆRZ","7458311","MEHMET","925" there are special chars in the line right after it, as you c

Re: Trouble with split/tokenize on linux

2012-10-31 Thread Denis S
crm.sample.csv <http://camel.465427.n5.nabble.com/file/n5721918/crm.sample.csv> this is a small portion of the file. see around 260..280 lines. I'm not sure if the file will help you reproduce my issue: now it is in win format. Thanks, Denis. -- View this message in context: h

Re: Trouble with split/tokenize on linux

2012-11-06 Thread Denis S
Hi Christian, Yes, it does work! Thank you so much. Denis. -- View this message in context: http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5722271.html Sent from the Camel - Users mailing list archive at Nabble.com.

An issue with SFTP component

2012-11-06 Thread Denis S
Dir to store files temporary. Files are huge so it takes some time to transfer them. The issue I have: only the first file placed to the /import folder properly. All other files left in /temp directory. How can I solve this issue? Thanks, Denis. -- View this message in context: http://camel.465427.n

Clustered CronScheduledRoutePolicy - how to?

2012-11-28 Thread Denis S
configured quartz to be clustered and take scheduller settings from org.springframework.scheduling.quartz.SchedulerFactoryBean. The start and stop are different triggers. But I need to perform the stop job only on the node where the start event occured. How can I configure this? Thanks, Denis

Re: Quartz component and context endpoint cache

2013-01-22 Thread Denis Delangle
Hi thanks for your answer, I created https://issues.apache.org/jira/browse/CAMEL-5993 with a junit test to reproduce the bug. Denis 2013/1/22 Claus Ibsen : > Hi > > That could indeed indicate a bug in Camel. > > Fell free to log a JIRA ticket in the issue tracker > http:

Re: Camel QuartzComponent failed on recreating endpoint

2013-01-22 Thread Denis Delangle
Hi, Thanks for your answer, I'll try this in a real environment. In my testcase, the error is not raised anymore but the process is not executed. (My testcase is attached here https://issues.apache.org/jira/browse/CAMEL-5993) Denis 2013/1/21 garrydias : > It´s a nice approach. > &g

spring-ws & jetty & tomcat

2011-08-04 Thread Denis Krizanovic
hi people, Currently we deploy camel in tomcat. In this container we configure the MessageDispatcher servlet. We have a requirement to deploy our camel in standalone mode. Is it possible to configure the internal jetty component to have this Message Dispatcher? Is this a bad idea? I notice in

Re: Question on the proper usage of Camel

2012-02-12 Thread Denis Krizanovic
If all your doing is using an API, and you don't really care what is happening underneath, then I can see no need for Camel. It would be the equivalent of trying to use Camel to do a series of String manipulation calls. For all you know, the String class makes remote calls over proprietary Oracle

Extending Camel Java DSL with new verb?

2013-10-08 Thread Denis Krizanovic
Hi Guys, Just wondering if it's a good idea to extend the DSL with a custom verb. Our goal is to remove the "non-functional" concerns out of the route configuration. In particular, by adding a .audit("message here") This verb generates an ibm cbe event and sticks it on the queue. We've tried cr