How to rectify the JAVA action complilation error coming during importing the Microflow Scheduled Event Manager Module from version 9.24.16 to version 10.12.0?
0
Since this module is not available for Mendix Version 10. I downloaded it in version 9.24.16 and exported from there. Then tried to import it in version 10.12.0 and run the application(in V10.12.0). But it is throwing the following error: C:\Users\Acer\Mendix\Advance Pagination_ZHO-main\javasource\scheduler\actions\AquireAdministrativeLock.java:79: error: cannot find symbol context.rollbackTransAction(); ^ symbol: method rollbackTransAction() location: variable context of type IContext C:\Users\Acer\Mendix\Advance Pagination_ZHO-main\javasource\scheduler\actions\GetApplicationSettings.java:46: error: cannot find symbol context.rollbackTransAction(); ^ symbol: method rollbackTransAction() location: variable context of type IContext C:\Users\Acer\Mendix\Advance Pagination_ZHO-main\javasource\scheduler\impl\ScheduledJob.java:47: error: cannot find symbol context.rollbackTransAction(); ^ symbol: method rollbackTransAction() location: variable context of type IContext Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compile'. > Compilation failed; see the compiler error output for details. * Try: > Run with --scan to get full insights. BUILD FAILED in 5s
asked
Aditya Kaushal
1 answers
0
You have to change the java-action code on a couple of places from