Migrate Java Libraries

0
Hi I am trying to upgrade my project from Mendix 4.5 to Mendix 5.12. But during Migrate Java Libraries process the upgrade is getting failed in the step Analyze dependencies. Please revert if further information required. Thanks.
asked
1 answers
0

In case the upgrade fails quote /* */ the parts in the java-actions between // BEGIN USER CODE and // END USER CODE of the failing java-action. You can do that in the converted project.

Run the upgrade wizard again. Mendix will upgrade all imports en automatic java code.

After that activate the code and refactor it. Replace obsolete parts with new api calls. Take a look in Mendix doc.

answered