Dear Camel Developer. I tested org.apache.camel.component.http.HttpGetTest.java in the camel http component example, with the log setting at info level.
The camel version is 1.3.0. then the below warn log message happened. I don't know it is really a problem. but I'd like to know what this warning means, ant how to disable it. Sincerely. J. H. Cha 2008-06-02 18:41:16,921 [main ] [WARN ] [DefaultTypeConverter] (DefaultTypeConverter.java:93) - Overriding type converter from: InstanceMethodTypeConverter: public javax.servlet.ServletInputStream org.apache.camel.component.http.HttpConverter.toInputStream(org.apache.camel.component.http.HttpMessage) throws java.io.IOException to: InstanceMethodTypeConverter: public javax.servlet.ServletInputStream org.apache.camel.component.http.HttpConverter.toServletInputStream(org.apache.camel.component.http.HttpMessage) throws java.io.IOException 2008-06-02 18:41:17,265 [main ] [INFO ] [MockEndpoint] (MockEndpoint.java:204) - Asserting: Endpoint[mock:results] is satisfied -- View this message in context: http://www.nabble.com/how-to-disable-warn-log-message-when-running-HttpGetTest.java---tp17598680s22882p17598680.html Sent from the Camel - Users mailing list archive at Nabble.com.
