Re: camel jetty form data not working

2015-01-30 Thread vvsh
I am using form-data, trying from Postman client. -- View this message in context: http://camel.465427.n5.nabble.com/camel-jetty-form-data-not-working-tp5760662p5762260.html Sent from the Camel - Users mailing list archive at Nabble.com.

Jetty as a producer for a Rest Call

2015-01-30 Thread muell01
A follow up to my previous post: I use the controlbus to pause and resume this Rest/pull which will throw exceptions until the message inflight has cleared. This lasts for 5 minutes until it's forced to by the timeout. http://api.application.com:80/v1/pull?throwExceptionOnFailure=false&id={{str

Re: Camel 2.14.2 version

2015-01-30 Thread Kranti Parisa
Thanks for the info Willem. On Thu, Jan 29, 2015 at 1:23 AM, Willem Jiang wrote: > Camel 2.14.2 will be release at the end of Q1 2015. > > -- > Willem Jiang > > Red Hat, Inc. > Web: http://www.redhat.com > Blog: http://willemjiang.blogspot.com (English) > http://jnn.iteye.com (Chinese) > Twitt

Re: F5 load balancer w/ SSL M/A termination in front of Camel

2015-01-30 Thread clinton
Unfortunately, it seems like all the transport context is gone by the time these objects are rendered. I can't find any apis or properties that relate to anything but the message itself. I wondered if the "filter" facility exists when using spring-ws in a "from" rather than a "to" action? If you t

Re: Problem with multiple CXF services using the same https port

2015-01-30 Thread ychawla
Hi Christian, Can you provide an example of how to set this up? The situation I have is this, which I think is the exact same as you describe. I have a central broker server on it with many different bundles: bundle A bundle B bundle C Each bundle hosts a web service with a distinct WSDL and sc

Periodic queue consumer

2015-01-30 Thread James Green
We have a need to route message to a temporary location and to re-submit them every n seconds. We're thinking of sending the message to a queue if a later re-try is needed. A separate process would then be required to read from the queue and re-submit. This is fine but clearly listening on a queu

Re: single CXF endpoint to accept SOAP message for different namespace versions

2015-01-30 Thread Aki Yoshida
If you want to accept any requests and do any checking and routing in Camel, you can just configure your camel-cxf endpoint as a generic provider endpoint of PAYLOAD type. That means with leaving the wsdl and serviceClass properties unset. 2015-01-28 16:20 GMT+01:00 ashwin74268 : > Hi All, > As o

Re: XmlJsonDataFormat data format definition cannot set typeHints

2015-01-30 Thread Claus Ibsen
Hi Yes that was a bug. Fixed by CAMEL-8217 On Fri, Jan 30, 2015 at 1:43 PM, richardgroote wrote: > > Good day, > > When using the dataformats with the help of > org.apache.camel.model.dataformat.XmlJsonDataFormat than the typeHints > cannot be set. > > I think there is a bug in method configureD

camel-ahc issue

2015-01-30 Thread Elvio Caruana (ecaruana)
Hi, I think I may have run into a potential issue with camel-ahc. I've narrowed it down to a very specific scenario - a combination of re-using the same ahc component in combination with using split().parallelProcessing() EIP. Tested with camel 2.14.1 and 2.14.0. I'll try and demonstrate in a

Re: Problem with multiple CXF services using the same https port

2015-01-30 Thread ychawla
Hello all, I got a little further with my configuration and think I got it working. I looked at the camel-example-cxf-osgi and it looks like all you really have to do is remove the standalone jetty HTTP(s) listener and then provide your address as a relative path in your Camel CXF bean. Just remo

camel-ahc issue

2015-01-30 Thread Elvio Caruana (ecaruana)
Hi, I think I may have run into a potential issue with camel-ahc. I've narrowed it down to a very specific scenario - a combination of re-using the same ahc component in combination with using split().parallelProcessing() EIP. Tested with camel 2.14.1 and 2.14.0. I'll try and demonstrate in a

Camel Binding - Header manipulation

2015-01-30 Thread Dew Francisco
Hi! I were using the camel exchange header and I weren't being able to manipulate the header once it's set. I am setting an XML (as String) in the header and would like to set some values to those XML nodes. So far I'm receiving the exchange to be manipulated by JMS and am trying to manipulate t

Re: Http 3 Component and Credential delegation

2015-01-30 Thread richardgroote
Hello, I've overriden the HttpProducer, HttpEndpoint and parts of the HttpComponent to support credential delegation on the HTTP Client. It would be nice if this was standard available in the Http Component. KInd regards, Richard -- View this message in context: http://camel.465427.n5.nabbl

XmlJsonDataFormat data format definition cannot set typeHints

2015-01-30 Thread richardgroote
Good day, When using the dataformats with the help of org.apache.camel.model.dataformat.XmlJsonDataFormat than the typeHints cannot be set. I think there is a bug in method configureDataFormat. The second parameter in the method call setProperty(camelContext, typeHints, TYPE_HINTS, typeHints);