On Sat Apr 28 23:12:16 2012, Chris Odom wrote:
Thanks so much Jiang for your response. I was able to get the
DefaultHttpBinding up and working using the httpBindingRef on the URI. I
guess the most confusing thing about all this is the example for
'Customizing HttpBinding' on the Camel Jetty page
Thanks so much Jiang for your response. I was able to get the
DefaultHttpBinding up and working using the httpBindingRef on the URI. I
guess the most confusing thing about all this is the example for
'Customizing HttpBinding' on the Camel Jetty page
'http://camel.apache.org/jetty.html'. Not really
Hi,
If you check the Java doc of the JettyHttpBinding, you will find it is
just used for JettyHttpProducer.
Your test case just showed it.
But for your real use case, you need to extends the DefaultHttpBinding
which will be used in the JettyHttpConsumer.
Please update the HttpBinding attribut
First off thanks for your reply and I am using a vanilla install of
apache-servicemix-4.4.1-fuse-03-06. What didn't happen was in the original
email in the 'Spring config' below you should have seen my configuration of
the JettyHttpComponent with jettyHttpBinding.
Spring config:
Hi
Yes its in use. What version of Camel are you using?
And you need to either configure it on the jetty http component, or on
the endpoint with the option name jettyHttpBindingRef
On Thu, Apr 26, 2012 at 9:09 PM, Chris Odom wrote:
>
>
> Has anyone every used this class? Currently I have implem