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
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.
>
.
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.
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
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.
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
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
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.
#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
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
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.
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
> 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
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
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:
>
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
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
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.
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
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
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
@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
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
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
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
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
> 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
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.
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
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.
>
.nabble.com/Camel-configuration-tp5732936p5733245.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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
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.
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.
> ##
---
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.
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
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.
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.
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
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
-
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
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
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
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
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
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
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.
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
-
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
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.
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
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.
52 matches
Mail list logo