[osgi-dev] Porting bnd workspace to bndtools 4.0.0

2018-06-29 Thread Henrik Niehaus via osgi-dev
I updated to Eclipse Photon and bndtools 4.0.0. To port my old bndtools workspace I started with a clean workspace and used the OSGi template. (I did that, because the old one had some repo plug-ins missing and I couldn't figure out how to resolve that.) Then I copied over all my bundle projects an

Re: [osgi-dev] Can we have dynamic sevlets?

2018-02-13 Thread Henrik Niehaus via osgi-dev
Hi, I think the problem here is, that the export function in the bndrun files does not create an OSGi bundle, but a jar file, which contains the whole application. Just open that jar with an archive tool and have a look at the contents. The jar, which is created, already contains (or at least it

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

Re: [osgi-dev] JPA or DB connectivity OSGI

2018-01-02 Thread Henrik Niehaus via osgi-dev
BTW, make sure to check out the right branch jpa-example Am 02.01.2018 um 15:18 schrieb Henrik Niehaus via osgi-dev: > Hi Kevin, > > check out this example. I used it to get started with JPA. > > https://github.com/timothyjward/osgi.enroute.examples.jdbc/tree/jpa-example > >

Re: [osgi-dev] JPA or DB connectivity OSGI

2018-01-02 Thread Henrik Niehaus via osgi-dev
Hi Kevin, check out this example. I used it to get started with JPA. https://github.com/timothyjward/osgi.enroute.examples.jdbc/tree/jpa-example Greetings, Henrik Am 02.01.2018 um 14:29 schrieb Matthews, Kevin via osgi-dev: > > Hi, happy new year 2018 everyone. Does anyone has working sample co