Getting java error while running

1
C:\Users\a834083\Mendix\SLATASKApp-main_3\javasource\mendixsso\implementation\UserManager.java:40: error: cannot find symbol             c.rollbackTransAction();              ^   symbol:   method rollbackTransAction()   location: variable c of type IContext C:\Users\a834083\Mendix\SLATASKApp-main_3\javasource\mendixsso\implementation\UserManager.java:79: error: cannot find symbol             c.rollbackTransAction();              ^   symbol:   method rollbackTransAction()   location: variable c 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. 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 6s
asked
2 answers
2

Hi Janhvi,

 

are you using the latest version of the module? 

Also check the userlib directory for any duplicate/old jar files and delete those.

answered
0

yes ,using the latest version of module and also checked the userlib directory but still the error persists.

answered