Hi Roger, I have updated the certificates, however as Andreas mentioned it's not a good idea to have test cases which may fail after some time. So let's keep them as disabled.
And also I have fixed few other build issues and managed to build successfully with unit tests and integration tests. On Sat, Feb 20, 2016 at 6:25 PM, Andreas Veithen <[email protected]> wrote: > On Fri, Feb 19, 2016 at 4:41 PM, Roger and Beth Whitcomb > <[email protected]> wrote: > > 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?! > > I disabled these tests. They are fundamentally broken because they > will always fail after a certain date. > > > 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: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Isuru Udana* Associate Technical Lead *; WSO2 Inc.; http://wso2.com <http://wso2.com>email: [email protected] <[email protected]> blog: http://mytecheye.blogspot.com/ <http://mytecheye.blogspot.com/>*
