Hello since many year i encounter this error: Caused by: org.apache.camel.RuntimeCamelException: java.lang.ClassNotFoundException: org.apache.camel.http.base.HttpOperationFailedException when using karaf + camel (also see that https://stackoverflow.com/questions/62170631/how-to-solve-java-lang-classnotfoundexceptionorg-apache-camel-http-common-httpo) maybe i miss something ?
I'm just trying to do this

import org.apache.camel.http.base.HttpOperationFailedException;

onException(HttpOperationFailedException.class)
       ...
        .handled(true);

But when i run my http route i see this exception happen and when i do some 
seach using classes |greporg.apache.camel.http.base.HttpOperationFailedException

i see that class with exported true, so what the point ?

Regards,
Michael.

Reply via email to