Hi all, I was hoping to integrate Apache CXF - JAX-RS Search with my RestEasy app. I tried numerous things...but in the end I always get an:
Unable to find contextual data of type: org.apache.cxf.jaxrs.ext.search.SearchContext when trying to access/use the SearchContext (e.g. searchContext.getCondition(Fake.class);) Does anyone know of a possible / sensible way of integrating the two? Thanks a lot in advance, Jochen ps: stackoverflow link: http://stackoverflow.com/questions/26793634/apache-cxf-jax-rs-search-integration-with-resteasy
