RE: Felix and JavaFX

2017-07-17 Thread CLEMENT Jean-Philippe
Hi, We are making OSGi desktop applications with JavaFX without any issue. We do not rely on Eclipse or Equinox. We are using Karaf and maven-bundle-plugin. There is only a small workaround for startup with a special bundle which is a fake "Application" in order to start JavaFX engine. JP ---

Re: maven-bundle-plugin duplicate import bundle with different version

2017-07-17 Thread Raymond Auge
Bnd expects the classpath to be "clean". As such, the moment it finds a valid package it assumes that's the best one to use. The simplest thing to do here is to put an exclusion of metrics-core-3.1.2 on whatever dependency pulled it in. If you do: mvn dependency:tree you'll see what top level d

Re: Felix and JavaFX

2017-07-17 Thread Chuck Davis
JP, are you doing the same thing Paul outlines in his article? If you've taken a different approach can you share it for the benefit of all of us following this thread? Thanks. On Mon, Jul 17, 2017 at 12:55 AM, CLEMENT Jean-Philippe < jean-philippe.clem...@fr.thalesgroup.com> wrote: > Hi, > > W