error: incompatible types: User cannot be converted to SSOConfiguration

0
Hi, How can i fix this error?   Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook Picked up _JAVA_OPTIONS: -Xrunjvmhook -Xbootclasspath/a:"C:\Program Files (x86)\Micro Focus\Unified Functional Testing\bin\java_shared\classes\jasmine.jar" Buildfile: C:\Users\muratcana\Documents\Mendix\App4-main_6\deployment\build_core.xml compile:     [javac] Compiling 257 source files to C:\Users\muratcana\Documents\Mendix\App4-main_6\deployment\run\bin     [javac] C:\Users\muratcana\Documents\Mendix\App4-main_6\javasource\saml20\implementation\security\SessionManager.java:467: error: incompatible types: User cannot be converted to SSOConfiguration     [javac]                                     User.initialize(mxContext, mxUser), ssoConfig, astAttrList );     [javac]                                                    ^     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] Note: Some input files use unchecked or unsafe operations.     [javac] Note: Recompile with -Xlint:unchecked for details.     [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output     [javac] 1 error BUILD FAILED C:\Users\muratcana\Documents\Mendix\App4-main_6\deployment\build_core.xml:30: Compile failed; see the compiler error output for details. Total time: 24 seconds  
asked
0 answers