I would like to use the Jersey Entity Data Filtering with Glassfish 4.0 but when i try to deploy my web application i always get a CDI error message:
org.glassfish.deployment.common.DeploymentException: CDI deployment failure:WELD-001408 Unsatisfied dependencies for type [EntityGraphProvider] with qualifiers [@Default] at injection point [[BackedAnnotatedField] @Inject private org.glassfish.jersey.message.filtering.EntityInspectorImpl.graphProvider]
I also tried Galssfish 4.0.1-b03
Has someone sucessfully used the Jersey Entity Data Filtering with a JAX-RS REST Service?