Re: Debugging karaf feature pax exam test in eclipse, possible?

2023-11-11 Thread Eric Lilja
It's part of the provisioning of the container, org.ops4j.pax.exam.CoreOptions.vmOption Eclipse can do it, too, obviously, but I don't know how. It was extremely simple in Intellij - Eric L On Sat, Nov 11, 2023 at 6:25 PM Steinar Bang wrote: > (hm... I never responded to this one, looks like..

Re: Debugging karaf feature pax exam test in eclipse, possible?

2023-11-11 Thread Steinar Bang
(hm... I never responded to this one, looks like...? Sorry about that!) > Eric Lilja : > Yeah, as JB mentioned, Karaf mode in Pax Exam is forked so the classpath > from the test bootstrap itself does not spill over into the container (for > native pax exam, you can choose between forked mode

liquibase karaf feature version >= 4.23.1 fails in pax exam test but works in karaf

2023-11-11 Thread Steinar Bang
I maintain a karaf feature that loads the liquibase[1] database migration system. With version 4.23.0 of liquibase my liquibase karaf feature[2] loaded fine in both karaf and the feature's pax exam test. But from version 4.23.1 of liquibase the feature still loads fine in karaf, but fails in the