Modelio icon indicating copy to clipboard operation
Modelio copied to clipboard

Java reverse engineering not working on 5.4.01

Open rbaraer opened this issue 1 year ago • 1 comments

I've tried both to reverse an entire external project and to update a UML class diagram first created in Modelio, then modified in Eclipse (following this tutorial : https://github.com/iblasquez/tuto_ModelisationUML/blob/master/Modelio/Modelio_RoundtripEclipse.md)... Both fail with this error :

javax.xml.bind.JAXBException: Provider com.sun.xml.internal.bind.v2.ContextFactory not found
 - with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]

This error seems to be caused by classes existing in Java 8 but no more in Java 11, and in my Windows installation, I've checked and this is Java 11 which is installed with Modelio...

Could someone check this and tell me if there is a solution I could try by myself ? I plan to use Modelio (UML) / Eclipse (Java) for showing round-trip in my coming OO Programming course next year...

Thanks !

rbaraer avatar Jul 29 '24 15:07 rbaraer

I encountered the same issue and couldn't find any way around. So I switched to Modelio 5.3.1 (the version before) and it somehow works. No idea why it suddenly works, no idea why it didn't work, but it works...

LOSNA17LL avatar Feb 03 '25 23:02 LOSNA17LL