Getting this error updating the SAML module

0
Buildfile: C:\Mendix\New folder\deployment\build_core.xml compile:     [javac] Compiling 407 source files to C:\Mendix\New folder\deployment\run\bin     [javac] C:\Mendix\New folder\javasource\saml20\implementation\DelegatedAuthenticationHandler.java:303: error: cannot find symbol     [javac]             httpPost.setProtocolVersion(HttpVersion.HTTP_1_1);     [javac]                     ^     [javac]   symbol:   method setProtocolVersion(HttpVersion)     [javac]   location: variable httpPost of type HttpPost     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] Note: C:\Mendix\New folder\javasource\saml20\implementation\common\MendixUtils.java uses unchecked or unsafe operations.     [javac] Note: Recompile with -Xlint:unchecked for details.     [javac] 1 error BUILD FAILED C:\Mendix\New folder\deployment\build_core.xml:29: Compile failed; see the compiler error output for details.  
asked
2 answers
1

Check for duplicate httpclient jar files in your /{project}/userlib folder.

Remove the oldest one, clean deployment directory from Studio Pro and run again. 

answered
0

Hi Pranjali,

 

Please try to upgrade community commons module as well.

answered