Skip to Content.
Sympa Menu

mace-opensaml-users - RE: A stable tree?

Subject: OpenSAML user discussion

List archive

RE: A stable tree?


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: A stable tree?
  • Date: Fri, 2 Feb 2007 17:18:08 -0500
  • Organization: The Ohio State University

> I am still having trouble with the templates and IBM JDK 1.5 so I was
> wondering how I can get a slightly older by more stable release ? I was
> checking out the trunk but that has not worked well.

If there's no tag suitable, there's nothing else you can do but rollback
revisions.

FWIW, you can get it compiling by changing the EncryptedKeyInfoResolver
interface and making it generic:

public interface EncryptedKeyInfoResolver<KeyType extends Key> extends
KeyInfoResolver<KeyType>

And then fix the actual error like so:

public class EncryptedElementTypeKeyResolver extends
InlineX509KeyInfoResolver implements EncryptedKeyInfoResolver<PublicKey>

I don't really understand generics (I thought I did a little, but this is
way more convuluted than I can follow) so I have no idea if it works. It
does build on 1.6 though.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page