On Fri, Jan 16, 2009 at 10:46 PM, Luciano Resende <[email protected]>wrote:
> I'm investigating some reported JIRAS in the 1.3.3 branch, and i'm > having issues trying to complete a build on the branch. > Is anyone else experiencing errors in the ws binding ? > > > Results : > > Tests in error: > > > testHelloWorld(org.apache.tuscany.sca.binding.ws.axis2.itests.policy.wspolicy.WSSecurityIntegrityTestCase) > > > testHelloWorld(org.apache.tuscany.sca.binding.ws.axis2.itests.policy.configparams.WSSecurityIntegrityTestCase) > > Tests run: 30, Failures: 0, Errors: 2, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to > > /home/lresende/opensource/apache/tuscany/java-sca-1.3.3/modules/binding-ws-axis2/target/surefire-reports > for the individual test results. > [INFO] > ------------------------------------------------------------------------ > > -- > Luciano Resende > Apache Tuscany, Apache PhotArk > http://people.apache.org/~lresende <http://people.apache.org/%7Elresende> > http://lresende.blogspot.com/ > Hi Luciano I see it too. The error you see come out is something like.... org.apache.axis2.AxisFault: WSDoAllReceiver: security processing failed Which is not very helpful! Looking at the messages flowing across the wire there is more detail.... Caused by: org.apache.ws.security.WSSecurityException: The signature verification failed (The provided certificate is in valid)
 It may be that our certificates have expired. 1/ We need to look at fixing the certificates 2/ We need to grab all the "causes" clauses in returned exception Simon
