Skip to Content.
Sympa Menu

mace-opensaml-users - RE: [OpenSAML] Endorsing Jars in Weblogic

Subject: OpenSAML user discussion

List archive

RE: [OpenSAML] Endorsing Jars in Weblogic


Chronological Thread 
  • From:
  • To:
  • Subject: RE: [OpenSAML] Endorsing Jars in Weblogic
  • Date: Wed, 2 Sep 2009 13:42:42 -0400
  • Importance: High

I have copied the endorsed jars to a folder and defined in weblogic start
up script as -Djava.endorsed.dir=[directory].

Am I in the right path to endorsing jars?

-----Original Message-----
From: Scott Cantor
[mailto:]
Sent: Wednesday, September 02, 2009 1:37 PM
To:

Subject: RE: [OpenSAML] Endorsing Jars in Weblogic


wrote on 2009-09-02:
> Unable to unmarshall metadata
> org.opensaml.xml.io.UnmarshallingException:
> java.lang.UnsupportedOperationException: This DocumentBuilder,
> "weblogic.xml.jaxp.RegistryDocumentBuilder", does not support the reset
> functionality. Specification "null" version "null"
>
> Any idea why I am getting this?

Because the jars aren't endorsed. This is probably a case where the code
isn't using non-standard APIs but is relying on functionality that's
apparently optional in JAXP and is supported by Xerces and not by BEA's
code.

-- Scott



Archive powered by MHonArc 2.6.16.

Top of Page