Thanks for the advice, Sergey. I'm having a but of trouble getting the examples working but I am using Servicemix so I'm still looking into whether there are multiple bundles providing the same services but actually do something which conflict with what the examples expect.
I also think there are some minor bugs in the samples code. I noticed that the client was popping up a dialog for GreeterService rather than GreeterService2 when testing them as local OSGi services (rather than the RS DOSGi services). In greeter_rest/impl2: The Activator registers the GreeterServiceImpl2 as a provider of service interface GreeterService.class rather that GreeterService2.class. Also, GreeterServiceImpl2 implements GreeterService rather than GreeterService2. If this is useful I'll create an issue and submit the fixes. Note, I've got them working locally, i.e. using OSGi services rather than the RS DOSGi services. -- View this message in context: http://cxf.547215.n5.nabble.com/Incorrect-greeter-rest-demo-url-on-the-dosgi-page-tp5712329p5712363.html Sent from the cxf-user mailing list archive at Nabble.com.
