The warning messages is means there is some type converter conflicts between 
the camel-http and camel-http4 bundle. But I don’t think these warning messages 
could mass up the camel-http4 component.

Can you show me the stack trace or some logs which relate that camel-http4 
doesn’t support https?

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On August 14, 2014 at 12:31:32 AM, BURN, James ([email protected]) wrote:
> Hi
>  
> Using ServiceMix 5.1.0, when I tried to install camel-http4 feature, I got a 
> load of warnings  
> like:
>  
> 2014-08-13 16:56:29,160 | WARN | l Console Thread | DefaultTypeConverter | ? 
> ? | 124 -  
> org.apache.camel.camel-core - 2.13.1 | Overriding type converter from: 
> StaticMethodTypeConverter:  
> public static javax.servlet.http.HttpServletRequest 
> org.apache.camel.component.http.HttpConverter.toServletRequest(org.apache.camel.Message)
>   
> to: StaticMethodTypeConverter: public static 
> javax.servlet.http.HttpServletRequest  
> org.apache.camel.component.http4.HttpConverter.toServletRequest(org.apache.camel.Message)
>   
> 2014-08-13 16:56:29,161 | WARN | l Console Thread | DefaultTypeConverter | ? 
> ? | 124 -  
> org.apache.camel.camel-core - 2.13.1 | Overriding type converter from: 
> StaticMethodTypeConverter:  
> public static java.io.InputStream 
> org.apache.camel.component.http.HttpConverter.toInputStream(javax.servlet.http.HttpServletRequest,org.apache.camel.Exchange)
>   
> throws java.io.IOException to: StaticMethodTypeConverter: public static 
> java.io.InputStream  
> org.apache.camel.component.http4.HttpConverter.toInputStream(javax.servlet.http.HttpServletRequest,org.apache.camel.Exchange)
>   
> throws java.io.IOException
> 2014-08-13 16:56:29,161 | WARN | l Console Thread | DefaultTypeConverter | ? 
> ? | 124 -  
> org.apache.camel.camel-core - 2.13.1 | Overriding type converter from: 
> StaticMethodTypeConverter:  
> public static javax.servlet.http.HttpServletResponse 
> org.apache.camel.component.http.HttpConverter.toServletResponse(org.apache.camel.Message)
>   
> to: StaticMethodTypeConverter: public static 
> javax.servlet.http.HttpServletResponse  
> org.apache.camel.component.http4.HttpConverter.toServletResponse(org.apache.camel.Message)
>   
>  
> And camel-http4 doesn't work as it should do - using http rather than https 
> which need.  
>  
> We've been building/testing this ServiceMix environment for a few weeks now.
>  
> I've tried this from a fresh install of ServiceMix 5.1.0 and camel-http4 
> installs fine,  
> so something must be causing a problem in our config/install.
>  
> I'll guess I can carry on with this fresh install and hopefully things will 
> work, but if  
> anyone has any ideas why camel-http4 wouldn't have installed correctly I'd 
> appreciate  
> it.
>  
> I'm happy to provide more install/error logs if you like.
>  
> Cheers
>  
> James
>  
>  
>  
>  
>  

Reply via email to