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
I'm encountering an issue where my JAX-RS resource is not being recognized despite having correct JAX-RS annotations.
As I am getting error:
WARNING: A provider bingadsapi.resource.PingResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider bingadsapi.resource.PingResource will be ignored.
Implementation: Jersey
Hello,
I'm encountering an issue where my JAX-RS resource is not being recognized despite having correct JAX-RS annotations.
As I am getting error:
Here is the code for my JAX-RS resource:
my
build.gradle
Handler:
Any hints, advice, or guidance would be greatly appreciated. Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: