After creating a very simple RestEasy example artifact, and running it, I noticed the below Log warning:
0 [main] WARN org.jboss.resteasy.plugins.providers.RegisterBuiltin - ClassNotFoundException: Unable to load builtin provider: org.jboss.resteasy.plugins.providers.jaxb.json.JettisonSeeAlsoProvider
After taking a look in the package:
org.jboss.resteasy.plugins.providers.jaxb.json
in the resteasy-jettison-provider version I'm using:
resteasy-jettison-provider-2.3.0.GA
I noticed said class was not there.
After a bit of googling, I found that the class likely does not exist.
I assume this s somehow related to some of the resteasy provider recognition issues.