Steve's response is spot on - you need a bundle that exports the standard OSGi services
Why is that? Shouldn't jetty provide th org.osgi.service.http?
There's 2 schools of thought on this one:

   * bundles should include and support their own service / API classes
     and interfaces
   * service / API classes and interfaces should be in separate
     standalone bundles

Personally, I've tended towards the former in my own code - but on Oscar and Felix some time back the consensus was towards the latter.

-- Rob

Reply via email to