Re: [Pax Url] ArrayIndexOutOfBoundsException: 19 Wrapping jar

2020-03-05 Thread Willem Borgesius
I tried without wrapping, but the manifest of the jar seems rather empty for a bundle to me. I just excluded the need for the api from the application side fortunately. So i worked around it. Op donderdag 5 maart 2020 15:23:00 UTC+1 schreef Achim Nierbeck: > > Hi, > > afaik the glassfish jar is

Re: [Pax Url] ArrayIndexOutOfBoundsException: 19 Wrapping jar

2020-03-05 Thread 'Achim Nierbeck' via OPS4J
Hi, afaik the glassfish jar is already an OSGi Bundle. Therefore just do not wrap it ;) regards, Achim Am Mi., 26. Feb. 2020 um 10:37 Uhr schrieb Willem Borgesius < willem1...@gmail.com>: > Hello, > > I am currently using Karaf 4.2.8 in combination with coretto jdk8. One of > my bundles has a

[Pax Url] ArrayIndexOutOfBoundsException: 19 Wrapping jar

2020-02-26 Thread Willem Borgesius
Hello, I am currently using Karaf 4.2.8 in combination with coretto jdk8. One of my bundles has a dependency on javax.xml.bind 2.3,3. I managed to add the javax.xml.bin/jaxb-api bundle, and tried to add a wrapped org.glassfish.jaxb:jaxb-runtime/2.3.2 bundle. I get the following error on karaf s