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