Skip to Content.
Sympa Menu

mace-opensaml-users - RE: xerces Version Problem

Subject: OpenSAML user discussion

List archive

RE: xerces Version Problem


Chronological Thread 
  • From: "Peter Gambino" <>
  • To: "'Scott Cantor'" <>, <>
  • Subject: RE: xerces Version Problem
  • Date: Mon, 19 Feb 2007 23:28:32 -0500
  • Organization: Delaero, Inc.

Thanks for the Input Scott, It looks like you were right. I replaced our
Jars with yours as supplied in the endorsed folder and I can now validate a
SAML request successfully.

-----Original Message-----
From: Scott Cantor
[mailto:]

Sent: Monday, February 19, 2007 11:02 PM
To:
;


Subject: RE: xerces Version Problem

> >From all the docs I read, it is because NewInstance fails. I took our
> xercesImpl jar and plugged it in to the endorsed directory in my opensaml
> directory and received the same errors in the unit tests. That's why I
> was going down the road of a xerces version issue.

setFeature is a standard method, and even if the feature isn't supported, it
should catch the error and just ignore it. I don't know why you'd be getting
that exception. Not to mention, every version of Xerces I know of supports
that feature.

BTW, the endorsed folder in the opensaml archive means nothing. Copying
anything there will have no effect whatsoever. It's there to document what
jars need to be endorsed on older JVMs.

I suspect the problem might be that *you're* endorsing an out of date Xerces
or something, but it wouldn't be in that directory. I don't know if JBoss
has its own endorsed folder like Tomcat though.

-- Scott








Archive powered by MHonArc 2.6.16.

Top of Page