Re: Karaf 4.2.2, Java 11, OpenJFX 11 and PaxExam

2018-12-27 Thread Kerry
Hi Freeman, I updated to the PAX version as advised but now I get a Karaf start up issue when I try to run my test and I get the same result when I remove my custom configuration of the Karaf container: [main] INFO org.ops4j.pax.exam.spi.DefaultExamSystem - Pax Exam System (Version: 4.13.1) cr

Re: Karaf 4.2.2, Java 11, OpenJFX 11 and PaxExam

2018-12-26 Thread Freeman Fang
Hi, Please use PAX-EXAM 4.13.1, which will address this issue. Cheers - Freeman(Yue) Fang Red Hat, Inc. > On Dec 27, 2018, at 2:42 AM, Kerry wrote: > > Thanks Freeman. I've ended up using > > new VMOption("-p"), new VMOption("/usr/lib/jvm/jfx1.11.0/lib"), > new VMOption("--a

Re: Karaf 4.2.2, Java 11, OpenJFX 11 and PaxExam

2018-12-26 Thread Kerry
Thanks Freeman. I've ended up using new VMOption("-p"), new VMOption("/usr/lib/jvm/jfx1.11.0/lib"), new VMOption("--add-modules"), new VMOption("javafx.base,javafx.controls,javafx.fxml,javafx.graphics") Which seems to do the trick but I've got a Karaf start up issue now to solve: Cannot access

Re: Karaf 4.2.2, Java 11, OpenJFX 11 and PaxExam

2018-12-23 Thread Freeman Fang
- Freeman(Yue) Fang Red Hat, Inc. > On Dec 24, 2018, at 4:38 AM, Kerry wrote: > > Hi, > > I'm trying to to get my project FlexFx to work on Java 11 with OpenJFX 11 > inside Karaf 4.2.2 and have so far managed to get it to work by manually > deploying the OpenJFX jars to the

Karaf 4.2.2, Java 11, OpenJFX 11 and PaxExam

2018-12-23 Thread Kerry
Hi, I'm trying to to get my project FlexFx to work on Java 11 with OpenJFX 11 inside Karaf 4.2.2 and have so far managed to get it to work by manually deploying the OpenJFX jars to the `jdk9plus` folder of Karaf. I am now trying to update the integration tests which use Pax Exam and because Ja