Hi All,I forked the repo and tried building (mvn install -Pfastinstall 
-Psetup.eclipse ) i was facing this error

 Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on 
project cxf-rt-ws-security: Compilation failure: Compilation failure:[ERROR] 
/C:/Users/pankaj.gaur/gitcodebase/cxf/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/SamlTokenInterceptor.java:[189,17]
 method handleToken in class org.apache.wss4j.dom.processor.SAMLTokenProcessor 
cannot be applied to given types;[ERROR] required: 
org.w3c.dom.Element,org.apache.wss4j.dom.handler.RequestData[ERROR] found: 
org.w3c.dom.Element,org.apache.wss4j.dom.handler.RequestData,org.apache.wss4j.dom.WSDocInfo[ERROR]
 reason: actual and formal argument lists differ in length[ERROR] 
/C:/Users/pankaj.gaur/gitcodebase/cxf/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.java:[326,43]
 incompatible types: org.apache.wss4j.policy.model.EncryptedParts cannot be 
converted to org.apache.wss4j.policy.model.SignedParts[ERROR] 
/C:/Users/pankaj.gaur/gitcodebase/cxf/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.java:[230,18]
 method handleToken in class 
org.apache.wss4j.dom.processor.UsernameTokenProcessor cannot be applied to 
given types;[ERROR] required: 
org.w3c.dom.Element,org.apache.wss4j.dom.handler.RequestData[ERROR] found: 
org.w3c.dom.Element,org.apache.wss4j.dom.handler.RequestData,org.apache.wss4j.dom.WSDocInfo[ERROR]
 reason: actual and formal argument lists differ in length[ERROR] 
/C:/Users/pankaj.gaur/gitcodebase/cxf/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/AbstractSTSClient.java:[1589,51]
 incompatible types: org.apache.wss4j.dom.WSDocInfo cannot be converted to 
org.apache.wss4j.common.crypto.AlgorithmSuite[ERROR] 
/C:/Users/pankaj.gaur/gitcodebase/cxf/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/BinarySecurityTokenInterceptor.java:[118,14]
 method handleToken in class 
org.apache.wss4j.dom.processor.BinarySecurityTokenProcessor cannot be applied 
to given types;[ERROR] required: 
org.w3c.dom.Element,org.apache.wss4j.dom.handler.RequestData[ERROR] found: 
org.w3c.dom.Element,org.apache.wss4j.dom.handler.RequestData,org.apache.wss4j.dom.WSDocInfo[ERROR]
 reason: actual and formal argument lists differ in length
please let me know what am i missing in this case.-pankaj

Reply via email to