camel-jetty is using org.eclipse.jetty.servlets.MultiPartFilter to handle this
multipart message.
You may consider to configure the filter in your web.xml.
--
Willem Jiang
Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://wille
Thank you for replying! I have tried removing them but no difference. Am I
using the component correctly? Is there any other way to get the form fields
and data separetely? I have tried camel-jetty component and it separates the
form fields and data, Is there anything similar to that in camel-servl
Hi
I suggest you remove the streamCaching() and to("log:servlet") from your route.
Current streamCaching doesn't support to caching the Servlet request input
stream.
--
Willem Jiang
Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog:
Hi
You can use ErrorHandler[1] with some codes here[2]
[1]http://camel.apache.org/error-handler.html
[2]http://camel.apache.org/how-can-i-stop-a-route-from-a-route.html
--
Willem Jiang
Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Bl
Hi,
I am trying to upload a file to the server from client using
multipart/form-data. The server endpoint is a camel-servlet endpoint. I am
able to get the httprequestbody from the call using (in.headers), to parse
the form data and uploaded file data i'm using commons-fileupload( streaming
api
If an exception occurs while processing, I would like to invoke the process
of shutting down the routes in the context. Can you please tell me, if this
can be achieved in camel. If so, an example will be great help for me.
Thanks
gvvenkat
--
View this message in context:
http://camel.465427.n
Which version do you use?
Which component do you use?
Which OS/runtime do you use?
How looks your route?
...
Sent from a mobile device
Am 08.05.2013 05:57 schrieb "Goel1, Vipin" :
> Hi,
>
> Sometime we get the following errors in logs while calling one web
> service sometimes we get the error
Hi All,
Here is my route. The goal I am trying to achieve is to send a STATUS
(0=success, 1= failure) back to the caller. It works for a successful
execution. I am returning a 0 from the onCompletion().
When the route fails at the ".unmarshal(beanIO)" step I need to stop
processing the route an
My job works fine with a route which used a dozerMapper get from getBean of
spring context.
I have try with a simple convertbody :
from("file://C:/Temp/camel/rep1/?noop=true")
.split().tokenize("\n")
.streaming()
.unmarshal()
.bindy(BindyType.Csv, Ticket.class)
.convertBodyTo(TicketOUT.class)
Looks like the same bug I found for sftp:
https://issues.apache.org/jira/browse/CAMEL-6309
/Bengt
2013/5/8 Lutter, Robin
> Hi,
>
>
>
> After changing from an old 2.10.5-SNAPSHOT to Camel 2.11.0
> (-20130315.195808-8) following error appears:
>
>
>
> TRACE org.apache.camel.component.file.remot
Oh ! Great !
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/From-bind-to-bind-tp5732109p5732195.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi
Use %25 as shown at:
http://en.wikipedia.org/wiki/URL_encode
On Wed, May 8, 2013 at 4:51 PM, nprajeshgowda wrote:
> Hi Claus Ibsen ,
>
> we are using Camel version 2.9 in our first version of our product. In the
> latest version of our product we are using Camel 2.10 and the problem is
> not
Hi Claus Ibsen ,
we are using Camel version 2.9 in our first version of our product. In the
latest version of our product we are using Camel 2.10 and the problem is
not seen.
But need your help in finding a patch or workaround solution to Camel 2.9.
Is there any workaround by which we can allow
Thanks for the reply!
I will think about which of the two forms is the best for me.
Regards.
--
View this message in context:
http://camel.465427.n5.nabble.com/Best-strategy-for-skipping-lines-in-CSV-files-with-bindy-tp5731784p5732190.html
Sent from the Camel - Users mailing list archive at N
Hi,
Are there any examples of using a header filter strategy with the camel mail
component?
I can not see this option within the camel-mail page, not in the camel-mail
MailConfiguration.java
I assumed camel might be handle this filtering itself, but this I'm not sure
this is true as the document
Can you show us your Camel route?
--
Willem Jiang
Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/)
(English)
http://jnn.iteye.com (http://jnn.javaeye.com/)
Hi,
After changing from an old 2.10.5-SNAPSHOT to Camel 2.11.0
(-20130315.195808-8) following error appears:
TRACE org.apache.camel.component.file.remote.FtpOperations - listFiles()
TRACE org.apache.camel.component.file.remote.FtpConsumer - Found 4 in
directory: test/junit
TRACE org.apach
Hi ,
I have transacted route with TransactionErrorHandler and defined
redelivery policy ,during route processing im calling processor which
communicate with camel component X using producer template , if exception
thrown from that component:
Is the redelivery policy will be applied on the e
Hi Claus,
I tried with the CamelFileName header, but it doesn't work. It is still taking
the first attachment name, also another strange thing is that the content of
the attachment which I am setting in the exchange body is also not getting
changed, it is also remaining same for the all next tw
> Finally I have created a processor with a BufferedReader to filter the
> lines of the file according to a regular expression, so I get the file
> as String only with the important lines. Later, I use bindy as usual.
Instead of reading the file by myself using a BufferedReader I would check
the l
Hi,
I want to poll mails from a shared mailbox. I have created a process
IMAPS-->File, the process doesn't throw any exception but gives a warning
message "could not poll endpoint:".
My process is working fine when it is polling a simple mailbox.
I searched for the information related to this o
Can this Work?
Am 08.05.2013 um 09:27 schrieb Jan Schröder :
> Hello,
> i hope someone can help me and my english is readable :)
> i have some trouble with my Masterthesis-Project.
> I will read/subscribe some ActiveMQ Topics (include filter Options like
> activemq:topic.da
Hi,
I have defined a CsvRecord with a DataField:
@DataField(pos = 1, required = true)
private Double price;
In the csv file this field has this format: XX,XX i.e. the decimal separator
is the ',' and the grouping separator is the '.'
If the VM is in ENGLISH locale/language, the records are not
Hi,
Finally I have created a processor with a BufferedReader to filter the lines
of the file according to a regular expression, so I get the file as String
only with the important lines. Later, I use bindy as usual.
Regards.
Guillermo.
--
View this message in context:
http://camel.465427.n5.
24 matches
Mail list logo