Why is camel ignoring Startp event error

2016-07-26 Thread fxthomas
hello , I see in my logs the below *2016-07-26 15:39:11,523 WARN [org.apache.camel.spring.Main.main()] (EventHelper.java :807) - Error notifying event Starting CamelContext: camel-1. This exception will be ignored. * java.sql.SQLException: Cannot create PoolableConnectio

Re: Camel Spring Bean error Handling

2016-07-26 Thread Vitalii Tymchyshyn
Then it's up to you to check the connectivity in some @PostConstruct method. Вт, 26 лип. 2016 00:14 користувач fxthomas пише: > hi, > > I am not using any specific camel componenet to access DB. just plain old > JDBC after getting the datasource which is injected in the bean. > > My main issue t

Re: camel-jcifs SMB issues

2016-07-26 Thread ET
I'am facing the same issues. See my post in stackoverflow http://stackoverflow.com/questions/38432220/error-message-unable-to-create-new-native-thread-using-smb-endpoint SMB causes

camel restlet usage

2016-07-26 Thread lw
Hello everyone, I want to get a better idea on internal server process that gets created when camel restlet is used. So far I have these 2 endpoints in production: http://localhost:29123/camel/cms/bulkLoader?restletMethods=get,post"/> http://localhost:29124/camel/rdf/bulkLoader?restletMet

How to dynamically change/redirect choice/when option?

2016-07-26 Thread David Hoffer
We have several file routes that have several 'when' clauses in a 'choice' element (XML config). I need a way to let the user disable some of the 'when' options at runtime. Each 'when' clause currently just has a 'to' file URI. Note I can't just stop the route that picks up the file at the above

Re: camel restlet usage

2016-07-26 Thread souciance
Hi Lw I don't see a problem using the same port for the first two services. For the third service, you get use the same port here too, 200 times in 24h hours is not much. It depends more on the amount of data you are receiving. If there is no particular requirement then all three can use the same

Any good ways to prevent unintentional headers from leaking out?

2016-07-26 Thread Nobuyuki Mizoguchi
Hello. I am troubled with unintentional headers leaked out through http component. More specifically, the request headers servlet received, which contains some private headers that I don't want to be leaked out, are put into IN message, then http component automatically use that headers and leak