Vaadin instructions for OSGi-fying a Vaadin application is at https://vaadin.com/docs/v8/framework/advanced/advanced-osgi.html

The reactor pom seems to handle most of the info suggested by Vaadin to be 
placed in a bnd file.

Bundle-Name: ${project.name}
Bundle-Version: ${project.version}
Bundle-SymbolicName: ${project.groupId}.${project.artifactId}
Export-Package: com.example.osgi.myapplication
Import-Package: *
Web-ContentPath: /myapp


Would a bnd file still be required?
Any suggestions as to how to get this combination working.
I have tried, but so far, no luck.

Paul Fraser



_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to