coheigea commented on pull request #8: URL: https://github.com/apache/santuario-xml-security-java/pull/8#issuecomment-696037507
@peterdemaeyer Many thanks, however there are still some problems. WSS4J feeds into Apache CXF, which actually has most of the more complicated streaming WS-Security tests. And the PR is still causing tests to fail there: `[ERROR] Errors: [ERROR] WSSCTest.testSecureConversation:305 Error doing ADC-ES_IPingService [ERROR] WSSCTest.testSecureConversation:305 Error doing _AD-ES_IPingService [ERROR] WSSecurity111Test.testClientServer:178->WSSecurity11Common.runClientServer:81 » SOAPFault [ERROR] X509TokenTest.testKeyIdentifierEncryptBeforeSigningDerived:274 » SOAPFault A s... [INFO] ` To reproduce clone Apache CXF, and update the parent/pom.xml: ` <cxf.wss4j.version>2.4.0-SNAPSHOT</cxf.wss4j.version> <cxf.xmlsec.bundle.version>2.3.0-SNAPSHOT</cxf.xmlsec.bundle.version> ` Then do: mvn clean install -DskipTests and then run the tests in systests/ws-security ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
