Java compile error

0
Hi, i'm getting the above error and these are the error details C:\Users\Admin\Mendix\FirstDEmo-main_2\javasource\mendixsso\implementation\UserManager.java:39: error: cannot find symbol            c.rollbackTransAction();             ^  symbol:   method rollbackTransAction()  location: variable c of type IContextC:\Users\Admin\Mendix\FirstDEmo-main_2\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 --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 4s   someone suggest me how can I fix the above error    I would appreciate it if someone could help me with this
asked
2 answers
0

Hi Mahesh,

Replace rollbackTransAction() with rollbackTransaction().

answered
0

That looks like the Mendix SSO module is failing to compile. I would suggest downloading this module again from the Marketplace.

 

https://marketplace.mendix.com/link/component/111349

 

Good luck!

answered