Re: Camel configuration to pick up file from Shared location and remote file location

2015-02-24 Thread Walid
It seem to be a component issue when trying to catch files from a shared folder (shared windows folder on a remote machine) Local files (from local folders) are correctly consumed

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-17 Thread Pontus Ullgren
case I need to use jcifs component right. > > Thanks > Ajit > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752399.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread sakchakravarthi
. Thanks Ajit -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752399.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread Pontus Ullgren
ou won't need password in certain cases. > Since it is an extension of File2, then you will be able to use all other > parameters (noop, move, delete, etc.). > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread akoufoudakis
eters (noop, move, delete, etc.). -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752366.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread sakchakravarthi
HI Thanks akoufoudakis, it worked for me as file:server/testDst?noop=true. aslo can you help me con camel-jcifs also how to use it. If possible please give some example with explanation. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread akoufoudakis
So, having it like this, you don't have to map anything. You just have to use server name prefixed by four back slashes (equivalent to two back slashes, but with proper escape characters). -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread akoufoudakis
tried and it worked. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752349.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread akoufoudakis
#x27;t want to use camel extensions, so there were two options either to set up an FTP or to make a "dirty" trick with a network drive. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-loca

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread sakchakravarthi
Then When I bringing came context up it showing end point identified as file://%5CServer1%5CfileLoc?fileName=configFile.txt. I am not getting why \\ are getting replaced with %5C. I am using camel core 2.13.0 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread akoufoudakis
I am using back slashes and it works fine. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752338.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread akoufoudakis
It is not the file but the directory on a shared location, in which you get this file from. You can map this directory as a map drive. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread Pontus Ullgren
> Thanks for your resp. I used forward slash also. but it didnt work for me. > Can you share any examples on camel-jcifs. I couldn't get any. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shar

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread sakchakravarthi
Hi Pontus Thanks for your resp. I used forward slash also. but it didnt work for me. Can you share any examples on camel-jcifs. I couldn't get any. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote

Re: Camel configuration to pick up file from Shared location and remote file location

2014-06-16 Thread Pontus Ullgren
gt; when I bring my camel context up in logs found like as bellow > > Route: route18 started and consuming from: > Endpoint[file://%5CRemote_Server%5CFileLoc?fileName=DataMoveCommand.txt] > > Could anyone help me on this. > > > > -- > View this message in context: >

RE: Camel configuration to pick up file from Shared location and remote file location

2014-06-15 Thread sakchakravarthi
started and consuming from: Endpoint[file://%5CRemote_Server%5CFileLoc?fileName=DataMoveCommand.txt] Could anyone help me on this. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location

RE: Camel configuration to pick up file from Shared location and remote file location

2014-06-15 Thread sakchakravarthi
HI Are you saying that file in remote machine should be added as network drive 1st and the i need to use file component to pick up. Is my understanding is correct. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and

RE: Camel configuration to pick up file from Shared location and remote file location

2014-06-13 Thread akoufoudakis
will need to set up FTP. And, then, to use FTP component of Camel. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752255.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Camel configuration to pick up file from Shared location and remote file location

2014-06-13 Thread sakchakravarthi
I mean Shared folder in another machine with in same network. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752249.html Sent from the Camel - Users mailing list archive at

RE: Camel configuration to pick up file from Shared location and remote file location

2014-06-13 Thread akoufoudakis
Hello, Ajit! Just to clarify. In the first scenario do you mean a network drive? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752247.html Sent from the Camel - Users mailing list

RE: Camel configuration to pick up file from Shared location and remote file location

2014-06-12 Thread sakchakravarthi
I have two scenarios 1. Need to access Shared location in remote machine. 2. Need to access file in remote file system (other than FTP) Thanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file

RE: Camel configuration to pick up file from Shared location and remote file location

2014-06-12 Thread Ravindra.Godbole
@camel.apache.org Subject: Camel configuration to pick up file from Shared location and remote file location HI All I am new to Camel SOA. Can any one help me in configuring from end point to pick a file with specific file name from shared file location and also from remote file location. Thanks Ajit -- View

Camel configuration to pick up file from Shared location and remote file location

2014-06-12 Thread sakchakravarthi
HI All I am new to Camel SOA. Can any one help me in configuring from end point to pick a file with specific file name from shared file location and also from remote file location. Thanks Ajit -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up

Re: Camel-configuration

2013-09-04 Thread Claus Ibsen
t; from java object having string and list parameters. > > Can I do it without using HAPI lib. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5738690.html > Sent from the Camel - Users mailing list ar

Re: Camel-configuration

2013-09-04 Thread TechieDeep
Hi Claus, The hl7 camel example expects and inbound message in hl7 (correct me if I am wrong). I am trying to create an hl7 outbound message using some values getting from database and sending. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration

Re: Camel-configuration

2013-09-04 Thread TechieDeep
Thanks for the reply. I will check and try to work out. I am trying to construct an HL7 message from java object having string and list parameters. Can I do it without using HAPI lib. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5738690

Re: Camel-configuration

2013-09-04 Thread Claus Ibsen
> The hl7 camel example expects and inbound message in hl7 (correct me if I am > wrong). I am trying to create an hl7 outbound message using some values > getting from database and sending. > > > > > > -- > View this message in context: > http://camel.4

Re: Camel-configuration

2013-09-04 Thread Claus Ibsen
aus, > > I am trying to configure camel setup for hl7 outbound messages using > camel-spring. can you guide me on that or provide me any reference link > which I can use or if you have any example. > > > > -- > View this message in context: > http://camel.465427.

Re: Camel-configuration

2013-09-04 Thread TechieDeep
Hi Claus, I am trying to configure camel setup for hl7 outbound messages using camel-spring. can you guide me on that or provide me any reference link which I can use or if you have any example. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration

Re: Camel-configuration

2013-05-29 Thread Christian Müller
any better steps to get connection with it...thanx > in advance > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733245.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Camel-configuration

2013-05-27 Thread milan777
.nabble.com/Camel-configuration-tp5732936p5733245.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-configuration

2013-05-27 Thread Christian Müller
What's your issue? Best, Christian Sent from a mobile device Am 27.05.2013 08:45 schrieb "milan777" : > Please help me to connect the java with sql management studio 2008...thanx > > > > > -- > View this message in context: > http://camel.4

Re: Camel-configuration

2013-05-26 Thread milan777
Please help me to connect the java with sql management studio 2008...thanx -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733234.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-configuration

2013-05-25 Thread Christoph Emmersberger
tp://www.apache.org/licenses/LICENSE-2.0 > ## > ## Unless required by applicable law or agreed to in writing, software > ## distributed under the License is distributed on an "AS IS" BASIS, > ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > ##

Re: Camel-configuration

2013-05-24 Thread milan777
--- ftp.client=ftp://soham-9@127.1.1.1:21?username=soham-9&password=soham9?noop=true # for the server we want to delay 5 seconds between polling the server # and move downloaded files to a done sub directory ftp.server={{ftp.client}}&delay=15s&move=done -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733139.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-configuration

2013-05-24 Thread Christoph Emmersberger
Hi Milan, it is also always a good hint looking at the test cases of a component (e.g. FTP component). Have fun, - Christoph On May 24, 2013, at 4:29 PM, milan777 wrote: > Thanksfor ur guidence > > > > -- > View this message in context: > http://camel.46542

RE: Camel-configuration

2013-05-24 Thread milan777
Thanksfor ur guidence -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733116.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-configuration

2013-05-24 Thread milan777
isben- i am looking for ftp code in apache camel so please is there anyone post the ftp camel code -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733108.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Camel-configuration

2013-05-24 Thread Diether
27;s up to you now. Van: milan777 [via Camel] [ml-node+s465427n5733108...@n5.nabble.com] Verzonden: vrijdag 24 mei 2013 16:18 To: Wuyts Diether Onderwerp: Re: Camel-configuration isben- i am looking for ftp code in apache camel so please is there anyone post the ftp

Re: Camel-configuration

2013-05-24 Thread Claus Ibsen
t will be very helpful for me as well other user > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733103.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen -

RE: Camel-configuration

2013-05-24 Thread milan777
Thanks to allcan anyone post the camel code instead of my plain java code please it will be very helpful for me as well other user -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733103.html Sent from the Camel - Users mailing list archive

RE: Camel-configuration

2013-05-24 Thread Diether
website to get you started. Try one of the examples first. And then you can start working with the Camel FTP component. Van: milan777 [via Camel] [ml-node+s465427n5733097...@n5.nabble.com] Verzonden: vrijdag 24 mei 2013 15:34 To: Wuyts Diether Onderwerp: Re: Camel-c

Re: Camel-configuration

2013-05-24 Thread Christian Posta
finally { > out.close(); > in.close(); > } > } > } > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733097.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Re: Camel-configuration

2013-05-24 Thread Lutz Horn
Hi, Am Fr, 24. Mai 2013, um 15:34, schrieb milan777: > I am not getting file from the ftp this is my problem and i can show u my > code also I don't see anything related to Camel in your code. Lutz -- Please do not send me Microsoft Office/Apple iWork documents. Send OpenDocument instead! h

Re: Camel-configuration

2013-05-24 Thread milan777
in.read(buffer); try { out.write(buffer); } finally { out.close(); in.close(); } } } -- View this message in context: http://camel.465427.n5.nabble.com/Camel-c

Re: Camel-configuration

2013-05-24 Thread Lutz Horn
Hi, Am Fr, 24. Mai 2013, um 13:53, schrieb milan777: > HIclause thanks for ur information but will u please help for FTP > transfer in java or apache camel...thanks The FTP/SFTP/FTPS Component is described here: https://camel.apache.org/ftp2.html Do you have a specific problem? Lutz -- Ple

Re: Camel-configuration

2013-05-24 Thread milan777
HIclause thanks for ur information but will u please help for FTP transfer in java or apache camel...thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733085.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-configuration

2013-05-22 Thread Claus Ibsen
elpful for many people as well as me thanx in > advance > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5732940.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen -

Re: Camel-configuration

2013-05-22 Thread Thibault Cassan
mple code files for "helloworld" or anything in > camel...that will be very helpful for many people as well as me thanx in > advance > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5732940.html > Sent

Re: Camel-configuration

2013-05-22 Thread milan777
e thanx in advance -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5732940.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-configuration

2013-05-21 Thread Claus Ibsen
this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - www.camelone.org: The open source integration conference. Red Hat, Inc. FuseSource is

Camel-configuration

2013-05-21 Thread milan777
How could i make a simple programme using apache camel?? please write all simple steps.. i am very new to these technology -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936.html Sent from the Camel - Users mailing list archive at Nabble.com.