On Tue, Mar 10, 2009 at 4:09 PM, Sacauskis, Mike
<mike.sacaus...@gdit.com> wrote:
> I’m trying to build tuscany-sca-1.2.1-incubating-src but I am getting test
> case failures:
...snip

Hi Mike

It's difficult to tell from this. It seems that whatever exception
it's trying to throw is not serializable which causes our databinding
framework some problems the result of which isn't very helpful.

I'm guessing here but it could be that the certificates used in this
test have timed out. I don't have the 1.2.1source code handy. Could
you try taking a look at the contents of tuscanyKeys.jks using:

keytool -list -v -keystore tuscanyKeys.jks -storepass TuscanyWsUserPasswd

When I do this on the latest 1.x code I get....

$ keytool -list -v -keystore tuscanyKeys.jks -storepass TuscanyWsUserPasswd

Keystore type: JKS
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: tuscanywsuser
Creation date: 17-Jan-2008
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown
Issuer: CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown
Serial number: 478f8f67
Valid from: Thu Jan 17 17:24:55 GMT 2008 until: Sun Dec 30 17:24:55 GMT 2018
Certificate fingerprints:
         MD5:  5C:9D:2F:2C:FE:4B:60:DF:AB:DD:F1:07:F1:3B:DA:DA
         SHA1: 0E:EB:DF:AB:7A:AC:85:71:65:1E:B5:1B:8C:0D:23:2D:FB:C3:A6:FB
         Signature algorithm name: MD5withRSA
         Version: 1


*******************************************
*******************************************

Which shows that they have been extended out to 2018.

Regards

Simon

Reply via email to