Re: Dynamic File Path

2012-06-25 Thread Claus Ibsen
Hi See this FAQ http://camel.apache.org/how-do-i-use-spring-property-placeholder-with-camel-xml.html On Mon, Jun 25, 2012 at 5:47 PM, PhilBurress wrote: > How do you set a dynamic file path? > > > > I need to be able to set the file path based on a system property (resolved &g

Dynamic File Path

2012-06-25 Thread PhilBurress
How do you set a dynamic file path? I need to be able to set the file path based on a system property (resolved via Spring), as the directory varies from environment to environment. -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-File-Path-tp5715061.html Sent from

Re: File component - dynamic file path?

2009-01-19 Thread icucode
is this information then accessible on the >> server using a simple "to("file://orders/?noop=true)" (Should save the >> file >> into orders/ID/filename)? >> >> If it matters the client and server are running in separate java >> instances. >> &