Connector module error after updating the app to latest version

0
I converter app from 8.17 to 9.18 version and i’m getting following java compilation error:   Buildfile: C:\Users\u657425\Documents\Mendix\deployment\build_core.xml compile:     [javac] Compiling 503 source files to C:\Users\u657425\Documents\Mendix\Store-main\deployment\run\bin     [javac] C:\Users\u657425\Documents\Mendix\part store backup\Store-main - Copy_C\Store-main\javasource\connector\actions\SSORedirectRequestHandler.java:113: error: method execute in class Core cannot be applied to given types;     [javac]             Core.execute(context, "Connector.ExecuteLogin", params);     [javac]                 ^     [javac]   required: T     [javac]   found: IContext,String,Map<String,Object>     [javac]   reason: cannot infer type-variable(s) T,R     [javac]     (actual and formal argument lists differ in length)     [javac]   where T,R are type-variables:     [javac]     T extends CoreAction<R> declared in method <T,R>execute(T)     [javac]     R extends Object declared in method <T,R>execute(T)     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] 1 error BUILD FAILED C:\Users\u657425\Documents\Mendix\store backup\Store - Copy_C\Store-main\deployment\build_core.xml:30: Compile failed; see the compiler error output for details. Total time: 8 seconds  
asked
1 answers
1

This looks like the module you are using for SSO in your application needs updating to work on Mendix 9. Check the Marketplace to see if there is a newer version you can install to fix the issue.

Good luck!

answered