Error message when run the project Compilation of Java actions failed

1
Hello I am following the intermediate learning path. Create an App with Advanced Page Building."  I cannot run the application. Here are the message details: C:\Users\sully\Mendix\ExpensesApp_Module4Completed_10_3_0-main\javasource\mendixsso\implementation\UserManager.java:40: error: cannot find symbol            c.rollbackTransAction();             ^  symbol:   method rollbackTransAction()  location: variable c of type IContextC:\Users\skahlous\Mendix\ExpensesApp_Module4Completed_10_3_0-main\javasource\mendixsso\implementation\UserManager.java:79: error: cannot find symbol            c.rollbackTransAction();             ^  symbol:   method rollbackTransAction()  location: variable c of type IContextNote: 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.2 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 --stacktrace option to get the stack trace.> Run with --debug option to get more log output.> Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 12s
asked
1 answers
3

This looks like a bug in the example project provided by Mendix.

 

The MendixSSO and Administration modules need to be updated. You can do this yourself by downloading them from the Marketplace. If the Marketplace isn't visible in Studio Pro you can get it on screen by using View -> Marketplace . 

 

As others have suggested, also report this as a bug.

answered