error: cannot find symbol import com.mendix.systemwideinterfaces.core.IChangeBatch; While upgrade from 4 to 5

0
while upgrading from mendix 4 to 5, while migrating the java libraries resulting in compile errors saying error: cannot find symbol [javac] import com.mendix.systemwideinterfaces.core.IChangeBatch; On analysing the java file, we could see that the IChangeBatch was no longer available in mendix.systemwideinterfaces.core
asked
1 answers
0

From the Mendix documentation: You can pass a list of IMendixObjects to a Core.Commit() function

answered