Re: How to build a jar file for use in OSGi environment

2019-06-09 Thread Aruna Karunarathna
Hi, Is your project or jar crated using maven? then you can try the maven-bundle-plugin [1]? [1]. https://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html On Sun, Jun 9, 2019 at 11:33 AM Grzegorz Grzybek wrote: > Hello > > Please take a look at samples from

Re: How to build a jar file for use in OSGi environment

2019-06-08 Thread Grzegorz Grzybek
Hello Please take a look at samples from pax-web projects: https://github.com/ops4j/org.ops4j.pax.web/tree/master/samples All the projects there are bundles (war or jar) that can be installed in Apache Karaf or any OSGi runtime. Your question is simply too wide (and I can't access the image) to a