Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-07-31 Thread Lars Vogel
Hi Raymond, Thanks for the info. How should I consume aries-jax-rs-whiteboard in my RCP application? Is there an p2 update site available? Best regards, Lars On Tue, Jul 28, 2020 at 3:46 PM Raymond Auge wrote: > > Aries JAX-RS whiteboard [1] has jaxb working on all java versions. > > [1]

Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-07-31 Thread Raymond Auge
On Fri., Jul. 31, 2020, 5:56 a.m. Lars Vogel, wrote: > Hi Raymond, > > Thanks for the info. > > How should I consume aries-jax-rs-whiteboard in my RCP application? Is > there an p2 update site available? > Sigh... No, there is no p2 repo  It's sad that RCP (I'm guessing maven+Tycho) aps need

Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-07-31 Thread Tom Schindl
IIRC you need to set the thread-context-classloader! Try that: ---8<--- ClassLoader cl = Thread.currentThread().getContextClassLoader(); try { ClassLoader tmp = Bookstore.class.getClassLoader() Thread.currentThread().setContextClassLoader(tmp); context =

[equinox-dev] Eclipse and Equinox contribution to 2020-09 M2 complete

2020-07-31 Thread Sravan K Lakkimsetti
Hi, We have contributed I20200729-1800 for 2020-09 M2 Thank you to everyone who made this checkpoint possible. Thanks Sravan ___ equinox-dev mailing list