RE: [jira] Created: (SM-1004) File poller deletes files, even iferrorsoccur while processing

2007-07-16 Thread rabi.mishra
Yes you are right Gret.. We need to throw the exception based on the sendsync results... Regards, Rabi Mishra, http://rabisblog.blogspot.com/ c++; /* this makes c bigger but returns the old value */ -Original Message- From: Gert Vanthienen [mailto:[EMAIL PROTECTED] Sent: Monday, July 1

RE: [jira] Created: (SM-1004) File poller deletes files, even iferrors occur while processing

2007-07-16 Thread rabi.mishra
Yes, It is the lock handling... 1. Every polling therad creates lock with the file uri and then processes the file.. 2. Lock is released once the file is processed and deleted. (Managed by unlock flag) 3. If there is any exception in processing the file the lock is not released. I have just ch

RE: [jira] Created: (SM-1004) File poller deletes files, even if errors occur while processing

2007-07-16 Thread rabi.mishra
Gret, Are you working on this patch? I had fixed it sometime back and attaching the patch.. -Original Message- From: Gert Vanthienen (JIRA) [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 1:17 PM To: servicemix-dev@geronimo.apache.org Subject: [jira] Created: (SM-1004) File poller

RE: checkstyle on the se-archectype

2007-07-10 Thread rabi.mishra
While trying to build from the source from the trunk.. Meven 2 JBI Plugin failed fo me ith check style errors.. GraphArtifactCollector.java:58:37: More than 7 parameters JbiComponentDescriptorWriter.java:37:15: More than 7 parameters Do you have the same errors? Regards, Rabi Mishra http:

org.apache.servicemix.eip.support.ExchangeTarget

2007-07-04 Thread rabi.mishra
Hi, While implementing a new ProviderEndpoint (FTPReceiver) I required a way to set the target for the service and found out that "org.apache.servicemix.eip.support.ExchangeTarget" can be used easily to set the target service/endpoint/interface. I think this class can be moved to servicemix-com

RE: JBI Spec

2007-05-19 Thread rabi.mishra
Hi Jeff, You are right. AdminCommandService is not there in the spec. The same is also true for AutoDeploymentService. It would be good if someone from dev team respond to this. Regards, http://rabisblog.blogspot.com/ From: Jeff_Shelley [mailto:[EMAIL PR

RE: Pre processing of messages at runtime

2006-12-06 Thread rabi.mishra
Isn't the preprocessor an endpoint itself(Does some logic/transformation etc on the exchange)??? -Original Message- From: shravan [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 3:37 PM To: servicemix-dev@geronimo.apache.org Subject: Pre processing of messages at runtime D