You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to change de.kosit.validationtool.impl.ConversionService.initialize(String)
to use JAXBContext.newInstance(contextPath, ConversionService.class.getClassLoader())
instead of JAXBContext.newInstance(contextPath)
otherwise I'm getting class loading issues on Java11 in the Equinox OSGi container.
The text was updated successfully, but these errors were encountered:
Would it be possible to change
de.kosit.validationtool.impl.ConversionService.initialize(String)
to use
JAXBContext.newInstance(contextPath, ConversionService.class.getClassLoader())
instead of
JAXBContext.newInstance(contextPath)
otherwise I'm getting class loading issues on Java11 in the Equinox OSGi container.
The text was updated successfully, but these errors were encountered: