Hi
Camel uses jcraft jsch for the SFTP so it may be that this library
does not support consuming files with special names. Or you need to
set some kind of encoding or language or something so it knows the the
server is using that language etc. I suggest to look at their docs to
see if you can find
Hi
What Camel and AMQ version do you use?
And do you see this WARN for every request/reply you do? eg it seems
as if you get a duplicate message?
On Fri, May 8, 2015 at 1:38 PM, MS wrote:
> The idea is to create simple proxy with WS at one end and JMS(ActiveMQ) at
> the other.
> Use case goes
Hi
Is those images referred to from the xml source for the pdf file? Or
how do you tell in the pdf where and which images to include?
And if there is I wonder if camel-fop or apache fop has some api to
add some uri resolver or something so we can hook in and load those
images from the classpath.
Hi Daniel
The Schematron component requires saxon home edition - see pom dependencies
below. The home edition is free to use. How did you install
camel-schematron component? It should require the saxon-he bundle? Try
install the camel-schmetron component including the saxon-he bundle and
give it a
I tried to install a route that uses the Schematron component into
ServiceMix (I am cross posting). I have the camel-schematron bundle
installed in ServiceMix with no known issues. However, the route cannot
be created due to the following error:
Not supported: http://saxon.sf.net/feature/linenum
I have created a camel REST endpoint which accepts a post request and passes
it along to be processed. The endpoint expects a tar file to be uploaded
which it then moves to a folder where it will be picked up and processed.
My code looks like the following:
from("restlet:http://localhost:8090?re
Hi
You can enable stream caching and route to a log after the unmarshal,
or use the tracer etc.
http://camel.apache.org/stream-caching.html
http://camel.apache.org/tracer
http://camel.apache.org/log
On Fri, May 8, 2015 at 5:28 PM, jainmcs03 wrote:
>
> Team,
>
> Trying to unmarshal payload to bea
Team,
Trying to unmarshal payload to bean object and didnt find any error flow
works good.
How to process that request data for transformation. Below the route and log
details.Just want to see the data after unmarshal.
2015-05-08 18:20:10,575 [tp1447874094-18] DEBUG StaxConverter
works beautifully..
thank you!
--
View this message in context:
http://camel.465427.n5.nabble.com/s3-component-file-name-tp5766870p5766881.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi
You can likely try using the flattern=true option on the file component
http://camel.apache.org/file2
On Fri, May 8, 2015 at 4:16 PM, aidatechinc wrote:
> Hello,
> Is there a way to only get the fileName being consumed from S3 without the
> folder name? Example:
>
> bucket:folder/file1
> b
Hi!
I am using Jetty trigger to start consuming from a JMS UDQ one message at a
time.
I have two members in the UDQ. The problem is that I always consume from one
and same member queue even concurrentConsumer is defined. Is there any way
to solve this problem?
I have defined my route as following:
Hello,
Is there a way to only get the fileName being consumed from S3 without the
folder name? Example:
bucket:folder/file1
bucket:folder/file2
when I set prefix to folder/ the camelawskey has the folder name included
as well. which when it lands on the filesystem, it will create a folder a
Hello,
Thank you for your time.
THe Idempotent Consumer filters the data afte rit recieves it. In the
case, I have to read all the records from the DB and use camel to
filter duplicates.
This is not what I want. I need to use quartz to store some variable,
then use this variable in the next run.
Hi,
i'm refering to the Idempotent Consumer which will allow you to filter
processed messages.
you can get more details at http://camel.apache.org/idempotent-consumer.html
Regards
Fradj
2015-05-08 10:49 GMT+01:00 Mansour Al Akeel :
> Here's what I have so far. I am not sure if this is the best wa
The idea is to create simple proxy with WS at one end and JMS(ActiveMQ) at
the other.
Use case goes like this:
1. send request using CXF endpoint
2. message is forwarded to activemq request queue
3. response is read from activemq response queue
4. received rsp. message is returned back to C
Hi Claus,
thanks for your reply. I'll look into it next week.
regards, aki
2015-05-07 20:14 GMT+02:00 Claus Ibsen :
> Hi
>
> Yeah sounds much better if the conversion can happen more directly and
> faster in a streaming style.
>
> On Thu, May 7, 2015 at 4:26 PM, Aki Yoshida wrote:
>> Hi,
>> There
Here's what I have so far. I am not sure if this is the best way,
However I can not find a way to store the variable for next quartz
run:
from("quartz2://sync/myTimer?trigger.repeatInterval=5000&stateful=true")
.routeId("myRoute")
.choice()
.
17 matches
Mail list logo