Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-papyrus.dev] Diagrams with SVG in latest photon broken

On 29/05/2018 17:30, Ansgar Radermacher wrote:
java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.batik.dom.AbstractDocument.createEvent(Ljava/lang/String;)Lorg/w3c/dom/events/Event;" the class loader (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) of the current class, org/apache/batik/anim/dom/SVGOMDocument, and the class loader (instance of <bootloader>) for interface org/w3c/dom/events/DocumentEvent have different Class objects for the type org/w3c/dom/events/Event used in the signature     at

This looks similar to the issue BIRT already reported last week regarding the new Batik 1.9.1 packaging, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=522740#c78 and following.

I think this should be fixed by this change [1], which it available in the latest Orbit I-build [2]. An RC2 version of GMF Runtime 1.12 built against that is also available at [3]. I've not had any confirmation yet from the BIRT side if indeed this fixes the issue however.

[1] https://git.eclipse.org/r/c/123335
[2] http://download.eclipse.org/tools/orbit/downloads/drops/I20180528174014/repository/ [3] http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201805290950



Back to the top