Compilation of java actions failed

0
While running the project It is showing Compilation of java actions failed. What  I do? please share  your ideas. After I complete the project, I run it. but it is showing warning like compilation of java actions failed. I clicked the details ,then it is showing like this,   C:\Users\z004zu0s\Mendix\App_approval-main\javasource\mendixsso\implementation\UserManager.java:39: error: cannot find symbol            c.rollbackTransAction();             ^  symbol:   method rollbackTransAction()  location: variable c of type IContextC:\Users\z004zu0s\Mendix\App_approval-main\javasource\mendixsso\implementation\UserManager.java:77: 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 --scan to get full insights. BUILD FAILED in 1s
asked
1 answers
0

Hi Swetha,

This error is regarding SSO module, could you update SSO from marketplace

answered