TomEE trunk is now using CXF 3 as JAX-RS provider.
Providers were generally configured using openejb-jar.xml or just auto discovery (when using good defaults) but now in TomEE 2.x CDI and JAX-RS providers are linked.
It means you can @Inject inside your provider if the provider type is a CDI bean with @Default qualifier.