You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: