Re: Quartz job data deletion in clustered quartz2

2014-11-08 Thread Claus Ibsen
Hi I found an api, and logged a ticket https://issues.apache.org/jira/browse/CAMEL-8020 On Sun, Nov 9, 2014 at 7:59 AM, Claus Ibsen wrote: > Hi > > Yeah unfortunately class loading in OSGi and using 3rd party libraries > that are NOT osgi friendly is a challenge, and you can hit these kind > of

Re: Quartz job data deletion in clustered quartz2

2014-11-08 Thread Claus Ibsen
Hi Yeah unfortunately class loading in OSGi and using 3rd party libraries that are NOT osgi friendly is a challenge, and you can hit these kind of issues here. I am not sure if quartz offer an api where you can provide a custom classloader, so we can better control this when the store want's to l

Re: how to check that a file exists in ftpserver

2014-11-08 Thread Claus Ibsen
Using noop=true and download=false can be used to check if if a file exists. And you can set fastExistsCheck=true, and stepwise=false to scan much less. On Sat, Nov 8, 2014 at 8:51 AM, erik_romson wrote: > Thanks for a quick reply. > > I'm sorry but you have to spell it out to me, do you refer

Not able to upload a file on https secured URL after successfully completing the handshake also

2014-11-08 Thread deepak2307
I want my xml file to be uploaded to a server.I am using http component for this.It's a secured URL but i have written the logic to go through it.File component successfully get the file. Following is the my route definition and exception occurred: from("file:///Module/resources/xmlData?charset=

Transactionality* for File + Splitter

2014-11-08 Thread George
Hi folks, I have this simple case : - two routes ( let's assume that the endpoints used are : file, seda/direct and a mock/other external service ) : ## from("file:D:/test?move=done").log("Something").to("seda:test"); from("seda:test"). split().method(TestBean.class)