Re: Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Andy Bourke
> Which OS are you running? Could you write that down in the JIRA as well. I'm running Windows Vista Business Service Pack 2, 32 bit. I have put this in the Jira (#CAMEL-2394) https://issues.apache.org/activemq/browse/CAMEL-2394 -- View this message in context: http://old.nabble.com/Renamer-f

Re: Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Claus Ibsen
On Fri, Jan 22, 2010 at 3:54 PM, Andy Bourke wrote: > > >> To use the log component you should just do >> > >> http://camel.apache.org/log.html > > Ok, I've got it now. However, sending the output to the log rather than the > file does not stop the rename issue. If it helps the actual error from

Re: Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Andy Bourke
> To use the log component you should just do > > http://camel.apache.org/log.html Ok, I've got it now. However, sending the output to the log rather than the file does not stop the rename issue. If it helps the actual error from the trace log is: org.apache.camel.component.file.GenericFileOp

Re: Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Claus Ibsen
On Fri, Jan 22, 2010 at 3:27 PM, Andy Bourke wrote: > > Please excuse my ignorance Claus, but I don't know what "log:foo" means, I > have tried using it as you have written but I get an exception: > > org.xml.sax.SAXParseException: The prefix "log" for element "log:info" is > not bound > To use t

Re: Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Andy Bourke
Please excuse my ignorance Claus, but I don't know what "log:foo" means, I have tried using it as you have written but I get an exception: org.xml.sax.SAXParseException: The prefix "log" for element "log:info" is not bound I have tried without using parallelProcessing="true" and the problem rem

Re: Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Claus Ibsen
On Fri, Jan 22, 2010 at 2:47 PM, Claus Ibsen wrote: > On Fri, Jan 22, 2010 at 2:41 PM, Andy Bourke > wrote: >> >> If I understand it right, the multicast allows the same payload to be >> processed by multiple end points? If I remove the multicast then won't the >> second enpoint (in the now non-

Re: Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Claus Ibsen
On Fri, Jan 22, 2010 at 2:41 PM, Andy Bourke wrote: > > If I understand it right, the multicast allows the same payload to be > processed by multiple end points? If I remove the multicast then won't the > second enpoint (in the now non-multicast pipeline) try to process the output > from the first

Re: Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Andy Bourke
If I understand it right, the multicast allows the same payload to be processed by multiple end points? If I remove the multicast then won't the second enpoint (in the now non-multicast pipeline) try to process the output from the first one? Claus Ibsen-2 wrote: > > On Fri, Jan 22, 2010 at 1:20

Re: Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Claus Ibsen
On Fri, Jan 22, 2010 at 1:20 PM, Andy Bourke wrote: > > Hi all, > > I am new to camel and have hit a problem that I hope someone can help me > with. > > I have a route that looks for a file in a directory => unmarshals the file > using => transforms the output from the unmarshal (which is > List>

Renamer failing to rename 'From' File when using multiple endpoints via Multicast

2010-01-22 Thread Andy Bourke
Hi all, I am new to camel and have hit a problem that I hope someone can help me with. I have a route that looks for a file in a directory => unmarshals the file using => transforms the output from the unmarshal (which is List>) to a List of data objetcs => passes the List of data objects to a