Removing entries from FileIdempotentRepository don't get persisted

2010-04-27 Thread shirazi
Hi, It seems that removing an entry (file name) programatically from a file idempotent repository has only effect on the cache and does not get persisted on the file repository. Do I need to do more beside calling "remove" on the repository object to get it persisted? Or is this a bug? Bests, -F

Re: Removing entries from FileIdempotentRepository don't get persisted

2010-04-27 Thread Claus Ibsen
Hi On Tue, Apr 27, 2010 at 9:39 AM, shirazi wrote: > > Hi, > It seems that removing an entry (file name) programatically from a file > idempotent repository has only effect on the cache and does not get > persisted on the file repository. > Do I need to do more beside calling "remove" on the repo

Re: Removing entries from FileIdempotentRepository don't get persisted

2010-04-27 Thread shirazi
Thanks Claus, Acutally there are some scenarios in which one may need to rerun a file through a workflow and it makes neccessary to remove the file from the idempotent repository. My specific problem is that upon a server restart, the file is not picked up by the workflow because my remove was not

Re: Removing entries from FileIdempotentRepository don't get persisted

2010-04-27 Thread Claus Ibsen
On Tue, Apr 27, 2010 at 10:29 AM, shirazi wrote: > > Thanks Claus, > Acutally there are some scenarios in which one may need to rerun a file > through a workflow and it makes neccessary to remove the file from the > idempotent repository. My specific problem is that upon a server restart, > the fi

Re: Removing entries from FileIdempotentRepository don't get persisted

2010-04-27 Thread shirazi
Thanks Claus, I just created a minor bug-report (https://issues.apache.org/activemq/browse/CAMEL-2678). I'll have a look on extending the FileIdempotentRepository and make a "flush" on remove. Bests, Farhad S. Claus Ibsen-2 wrote: > > On Tue, Apr 27, 2010 at 10:29 AM, shirazi wrote: >> >> Th

Re: SFTP rename problems

2010-04-27 Thread watcher
Issue Fixed. Claus Ibsen-2 wrote: > > Hi > > I tacked down an issue in the camel-core > https://issues.apache.org/activemq/browse/CAMEL-2662 > > Can you try to test with latest code on your system? > > > > On Wed, Apr 21, 2010 at 6:13 AM, Claus Ibsen > wrote: >> On Wed, Apr 21, 2010 at 3

Getting NullPointerException when talking to NMR Endpoint

2010-04-27 Thread Harbeer Kadian
Hi, I checked the example given in servicemix 4.0 CXF-Camel NMR. I tried to follow the example. I created a CXF Stack webservice and deployed it as an OSGI Bundle in the servicemix. I used the nmr endpoint instead of hosting it on http port. My spring config file is as follows I had another bu

Re: camel-example-etl and ant won't run

2010-04-27 Thread thesamim
willem.jiang wrote: > > Please use mvn dependency:list to check the pom.xml dependency, you will > find there are some dependency jars of Spring 3.0.0.RELEASE. > Thanks for the pointer and for saving me from wasting a lot of time. willem.jiang wrote: > > > You need put the camel-spring-

Re: CLIENT_ACKNOWLEDGE and Sessions

2010-04-27 Thread Monica_G
Thank you for investigating. Monica willem.jiang wrote: > > Hi, > > camel-jms consumer is based on Spring JMSMessageListenerContainer, after > digging the JMS message receiving code for a while, it's consuming one > message per session. > > Willem > > -- View this message in context:

Cannot get Camel to work with Dovecot IMAP

2010-04-27 Thread Vilito Exquisitus
Hi all, I am having a problem doing something that seems rather simple, read email from an IMAP server (dovecot). I have dovecot deployed on a Ubuntu server and verified the setup using Thunderbird email client. I can send and receive emails from the test account. However, when I tried to get

Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-27 Thread Willem Jiang
Can you make sure the cxf bundle is started rightly before the camel route bundle? For the stack trace , I think the CXF endpoint is not start rightly. Willem Harbeer Kadian wrote: Hi, I checked the example given in servicemix 4.0 CXF-Camel NMR. I tried to follow the example. I created a CXF

Re: Cannot get Camel to work with Dovecot IMAP

2010-04-27 Thread Willem Jiang
Hi, Which version of Camel are you using? Which version of Mail jar are you using? There are some bugs with the Geronimo mail jar, so we switch to javax.mail last year, please make sure you are using the javax.mail.jar. Willem Vilito Exquisitus wrote: Hi all, I am having a problem doing s