My import doesnt work anymore since i changed to 2.4.3 beta 1

7
I have a problem with my importer since i changed to Mx version 2.4.3 beta 1. I use the startImport(IContext context, IMendixObject templateDocument, IMendixObject parentObject) function of the ImportManagerModule class. I haven't changed anything in the code or the model. Does anyone have an solution?
asked
1 answers
7

This method is deprecated as it uses some unsafe constructions. That's probably why it does not work anymore in 2.4.3. Please use the following method: startImport(IContext context, IMendixObject template, IMendixObject templateDocument, IMendixObject parentObject).

Hope this solves your problem!

answered