Skip to Content.
Sympa Menu

mace-opensaml-users - OpenSAML for JDK 1.4.2

Subject: OpenSAML user discussion

List archive

OpenSAML for JDK 1.4.2


Chronological Thread 
  • From: Mike Gilmours <>
  • To:
  • Subject: OpenSAML for JDK 1.4.2
  • Date: Fri, 25 Sep 2009 14:32:07 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SXX1Qj1EsXCeNKPEVc0RfiHXHbxdf0a2yeOSxDkaVgo/wCURwuakZrHN/CzueRFDCQ L+lnwVJvf2Q9gZHTM03LNrMDkzzwA0jEs01xH/boKdn1M8OgbfLNdICj2V6oy9dI+Gg/ Z1yQHcqP9OpakGkf0nVeqbYCA5CNiQ4V4N/+E=

Hi,

we have a setup were we want to extend a system with SAML2 services
based on opensaml.
The system still runs on JDK 1.4.2 and upgrading is not an option.

I managed to compile the opensaml source with ant by modifying the ant
properties and setting the target to 1.4.

This succeeded. However, I know have the problem that I also need to
recompile openws. (I have error message:
java.lang.UnsupportedClassVersionError:
org/opensaml/ws/soap/soap11/impl/BodyBuilder (Unsupported major.minor
version 49.0)

When I change the target environment in the maven properties, I get
the error message that generics are used.

Has someone ever succeeded in using opensaml for SAML2 in JDK1.4.2?
Any pointers on how to compile this? (Or even better: precompiled libraries?)

kind regards,
mike



Archive powered by MHonArc 2.6.16.

Top of Page