Skip to Content.
Sympa Menu

mace-opensaml-users - Re: Java OpenSAML Stack Compiles

Subject: OpenSAML user discussion

List archive

Re: Java OpenSAML Stack Compiles


Chronological Thread 
  • From: "Paul Hethmon" <>
  • To: <>
  • Subject: Re: Java OpenSAML Stack Compiles
  • Date: Fri, 23 Mar 2007 10:27:45 -0700

Brent,

I'm using Sun's 1.5 JDK. Not at my desk so I can't tell the exact version.

Paul

Paul Hethmon
Chief Software Architect

865.250.3517

----- Original Message -----
From: Brent Putman
<>
To:


<>
Sent: Fri Mar 23 09:38:44 2007
Subject: Re: Java OpenSAML Stack Compiles

Thanks, Paul. I have fixed those 2 generic parameters in the policy
rule method signatures. Out of curiosity, what JDK (vendor/version) are
you using? We have previously seen cases where some compilers (e.g.
IBM) were more strict with respect to generic syntax (this omission was
an unintentional error, however).

--Brent



Paul Hethmon wrote:
> Chad,
>
> Just my experience here after updating my code:
>
> java-xmltooling -- compiles and tests fine
> java-openws -- fails one of the tests
> java-opensaml2 -- had to change two files for a clean compile:
>
> org.opensaml.common.binding.impl.ReplayRuleFactory.java
> org.opensaml.common.binding.impl.IssueInstantRuleFactory.java
>
> Both choked on:
>
> public void evaluate(RequestType request, XMLObject message,
> SecurityPolicyContext context)
>
> Had to be:
>
> public void evaluate(RequestType request, XMLObject message,
> SecurityPolicyContext<IssuerType> context)
>
> Unit tests are still failing on java-opensaml2 also for me.
>
> Paul
>
>
> -----Original Message-----
> From: Chad La Joie
> [mailto:]
>
> Sent: Thursday, March 22, 2007 9:09 PM
> To:
>
> Subject: Java OpenSAML Stack Compiles
>
> For those that want to fetch the latest development code from the SVN
> trunk, you can do so now. Everything compiles, some code doesn't work.
>

<<winmail.dat>>




Archive powered by MHonArc 2.6.16.

Top of Page