ECF / JaxRSProviders

Remote Services distribution provider based upon JaxRS. Includes imples based upon Jersey and CXF.
Apache License 2.0
13 stars 18 forks source link

warning when com.mycorp.examples.student.client is executed in karaf #35

Open tvogel8570 opened 3 years ago

tvogel8570 commented 3 years ago

The bundle com.mycorp.examples.student.client produced the expected output but a warning was logged.

Karaf 4.2.9

Karaf system properties I set • org.osgi.service.http.port = 8181 • ecf.jaxrs.server.pathPrefix = /rservices • verboseRemoteServiceAdmin = false

Warnings using student feature from the repo’s kar file:

karaf    | 21:10:11.559 WARN  [pipe-start 190 191 192] A provider com.mycorp.examples.student.remoteservice.host.StudentServiceImpl2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.mycorp.examples.student.remoteservice.host.StudentServiceImpl2 will be ignored.
karaf    | 21:10:14.330 WARN  [pipe-start 190 191 192] A provider com.mycorp.examples.student.remoteservice.host.StudentServiceImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.mycorp.examples.student.remoteservice.host.StudentServiceImpl will be ignored.
scottslewis commented 3 years ago

Hi Tim. I've seen this too. I believe it's from Jersey...and to be honest I'm not sure what's causing it. Thanks for the report though...I will expend some cycles looking at Jersey provider messages.