Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] rpps.web not building?

Markus,

throw new CertificateException(e);   <--- error here

This only seems to work in JDK5, not 4. Is this a known problem? It
seems it should be very easy to fix.

Fixed.

Thanks,
Sergey Lyakhov
----- Original Message ----- From: "Markus Sabadello" <msabadello@xxxxxxxxxxxxx> To: "Higgins (Trust Framework) Project developer discussions" <higgins-dev@xxxxxxxxxxx>
Sent: Wednesday, January 07, 2009 4:48 AM
Subject: [higgins-dev] rpps.web not building?


Hi,

I was trying to build RPPS locally in Eclipse, but it didn't work, so
I looked into the nightly build logs and saw the same problem there.
There are a few errors in
org.eclipse.higgins.keystore.common.KeyStoreService, in lines like
this:

throw new CertificateException(e);   <--- error here

This only seems to work in JDK5, not 4. Is this a known problem? It
seems it should be very easy to fix.

Markus
_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev



Back to the top