On Wed, Jul 13, 2011 at 10:50 AM, Filippo Balicchia
<[email protected]> wrote:
> Hi,
> try to read
>
> http://camel.apache.org/file.html
>

Actually Camel 2.x the file component is at this link
http://camel.apache.org/file2



> cheers
>
> --Filippo
>
>
> 2011/7/13 Gnanaguru S <[email protected]>:
>>
>> Hi,
>>
>> When i create the following code.
>>
>>
>>  <?xml version="1.0" encoding="UTF-8" ?>
>> - <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>> xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0
>> http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd";>
>> - <camelContext xmlns="http://camel.apache.org/schema/blueprint";
>> trace="true">
>> - <route>
>>  <from uri="file://inputdir/" />
>>  <to uri="activemq:queue:inputQueue" />
>>  </route>
>> - <route>
>>  <from uri="activemq:queue:inputQueue" />
>>  <to
>> uri="xslt:file:C:\ESB\Fuse_ESB_4.4\apache-servicemix-4.4.0-fuse-00-27\design.xsl"
>> />
>>  <to uri="activemq:queue:outputQueue" />
>>  </route>
>> - <route>
>>  <from uri="activemq:queue:outputQueue" />
>>  <to uri="file:outputdir?fileName=output.xml" />
>>  </route>
>>  </camelContext>
>>  </blueprint>
>>
>>
>> It is creating a directory called " .camel " inside the inputdir
>> automatically. such that how it was created. since it is creating the backup
>> of files moved. is there any way to stop it ?. where was that code. ?.
>>
>>
>> Help out.
>>
>>
>> Guru..
>>
>> -----
>> Cheers
>>  Guru
>> --
>> View this message in context: 
>> http://servicemix.396122.n5.nabble.com/Directory-and-File-creation-query-with-camel-tp4582006p4582006.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to