Hi all,
I've just now pulled the latest source (apparently 2.2.0-SNAPSHOT version) and tried to build according to the instructions here: http://synapse.apache.org/dev/developer-guide.html But I'm getting several build errors, and I see your Jenkins build is also getting errors. A couple of the first ones are correctable with two updates to "pom.xml", which I have included below, but there is another one I can't fix, namely an expired SSL certificate:

Tests in error:
testCRLPathValidation(org.apache.synapse.transport.utils.sslcert.RevocationVerificationTest): Certificate Path Validation failed on certificate number 0, details: Could not validate certificate: certificate expired on 20150902120000GMT+00:00 testOCSPPathValidation(org.apache.synapse.transport.utils.sslcert.RevocationVerificationTest): Certificate Path Validation failed on certificate number 0, details: Could not validate certificate: certificate expired on 20150902120000GMT+00:00

I wonder if anyone has cycles to update the POM and to get a new cert installed?!

Thanks,
~Roger Whitcomb

Suggested updates to "pom.xml":
Index: pom.xml
===================================================================
--- pom.xml    (revision 1731262)
+++ pom.xml    (working copy)
@@ -1062,9 +1062,9 @@
<commons.codec.version>1.6</commons.codec.version>

         <!-- Axis2 and its dependencies -->
-        <axis2.version>1.7.0-SNAPSHOT</axis2.version>
- <axis2.transport.version>1.7.0-SNAPSHOT</axis2.transport.version>
-        <axiom.version>1.2.16-SNAPSHOT</axiom.version>
+        <axis2.version>1.7.0</axis2.version>
+ <axis2.transport.version>1.7.0</axis2.transport.version>
+        <axiom.version>1.2.17</axiom.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>

         <!-- addressing, rampart, neethi -->


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to