Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java reverse engineering not working on 5.4.01 #106

Open
rbaraer opened this issue Jul 29, 2024 · 1 comment
Open

Java reverse engineering not working on 5.4.01 #106

rbaraer opened this issue Jul 29, 2024 · 1 comment

Comments

@rbaraer
Copy link

rbaraer commented Jul 29, 2024

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 !

@LOSNA17LL
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants