It seems that if you have an @Provider that uses @Context, CXF tries to inject those values when the Provider is instantiated at startup. Since it's not in a request context, that fails and throws an exception.
Using @Providers inside seems to have similar behavior, and that's what's killing Jackson from running. Very annoying. -- View this message in context: http://openejb.979440.n4.nabble.com/Jackson-on-TomEE-tp4656312p4656351.html Sent from the OpenEJB User mailing list archive at Nabble.com.
