Hi CXF Team, I 'm using DOSGI with REST and I think it should be cool if you can add a sample with REST and not with SOAP in the Spring DM Demo http://cxf.apache.org/dosgi-spring-dm-demo-page.html
(ex: declare <entry key="service.exported.configs" value="org.apache.cxf.rs" />) I have used the cxf-dosgi-ri-source-distribution-1.3.jar<http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.3/cxf-dosgi-ri-source-distribution-1.3.jar>coming from http://cxf.apache.org/dosgi-releases.html and I have spend a lot of time to understand why my REST services didn't work. After debugging CXF, I have noticed that CXF uses Jettyson by default as JSON Provider. So I think it should be cool if jettyson.jar will be included too in the cxf-dosgi-ri-source-distribution-1.3.jar<http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.3/cxf-dosgi-ri-source-distribution-1.3.jar> Regards Angelo
