Re: [osgi-dev] Api compile-only and remote services

2018-02-09 Thread Peter Kriens via osgi-dev
Remote OSGi is a good example, but then then API can be viewed the provider. Kind regards, Peter Kriens > On 9 Feb 2018, at 01:12, Scott Lewis via osgi-dev > wrote: > > I think cases where the service consumer doesn't need or want the provider > code (e.g. small or embedded environme

[osgi-dev] Problem with running OSGi enroute example: Missing required Java project error

2018-02-09 Thread Nikhil Chilwant via osgi-dev
Hi, I am using https://github.com/osgi/osgi.enroute.examples to learn OSGi. I imported all projects to my Bndtools workspace. Except for *osgi.enroute.examples.webserver.application*, all projects are fine. It shows error: Project 'osgi.enroute.examples.webserver.application' is missing required

Re: [osgi-dev] Problem with running OSGi enroute example: Missing required Java project error

2018-02-09 Thread Henrik Niehaus via osgi-dev
Hi, I just tried it and it works for me. With bndtools it is important that you don't mix up the the bnd workspace with the eclipse workspace. I suggest to use the following directory structure with bndtools: project |-bnd workspace |-eclipse workspace So, for example create a directory named ex