Skip to Content.
Sympa Menu

mace-opensaml-users - RE: OpenSAML dependency on DOM3

Subject: OpenSAML user discussion

List archive

RE: OpenSAML dependency on DOM3


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: "'Sunit Randhawa'" <>
  • Cc: <>
  • Subject: RE: OpenSAML dependency on DOM3
  • Date: Thu, 27 Jul 2006 16:50:58 -0400
  • Organization: The Ohio State University

> I wanted to know what is the specific code in OpenSAML that
> is dependant on Dom 3 API which otherwise not available in
> DOM 2. And if there is a possibility to modify the OpneSAML
> code to use DOM2 instead.

ID attribute stuff. Build without it, not hard to find all the dependencies.
Doesn't really matter because you also need JAXP 1.3, and that's going to
break you at least as badly, and there's no way you're avoiding that part.

> Our application runs on WAS 5.1 which is still not supporting
> DOM3 and if we put DOM3 in endored directory then some of WAS
> related functions breaks.

What could possibly break? I would suspect it's JAXP 1.3 that's breaking it,
not the DOM version. DOM3 is a superset of DOM2.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page