No implementation of RPC AbsoluteSchemaPath in Boron when using HttpClient
Due to error "No implementation of RPC AbsoluteSchemaPath" in my application, I performed a step-by-step test from hello-world example in hello project. (Created using -DarchetypeVersion=1.2.0-Boron)
As a result, I found that HelloProvider.init() is not called when I import classes from HttpClient library in HelloWorldImpl.java. For example, just adding a function below can reproduce the problem.
private String convertResponseToString(HttpResponse response) {
return "";
}
I also found an mailing list issue https://lists.opendaylight.org/piperm... which seems to have connection with this. Is it resolved in later version?