Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] OpenSAML requires an xml parser that supports JAXP 1.3 and DOM3.

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] OpenSAML requires an xml parser that supports JAXP 1.3 and DOM3.


Chronological Thread 
  • From: Govinda Reddy <>
  • To:
  • Subject: Re: [OpenSAML] OpenSAML requires an xml parser that supports JAXP 1.3 and DOM3.
  • Date: Mon, 24 Aug 2009 14:20:34 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=sVRVlab+QLiLO1KvAK4J6WdMlv3qYIStuu23hgVa1QYctlkL1nm6aaFfIWr4K3Aspm vA33rIprnqkk2zb6UNv6Heutfok3Sb1/F+8K4/MILXaXm2ZC5k6fgPcBrRiqhJmrXain T0LjQz4VizERWpn/pFbcGSqXJSFgmlQ26kcw0=

Hi,

I am using opensaml-2.2.3.jar in our application. when I restart the
glassfish webserver, i will get the below mention error while parsing
the xml. To fix this issue I have to re-deploy my ear. I have placed
all required endorsed jars into glassfish\lib\endorsed folder. then
also I am getting the same error after restart of my web server .
Please help me how to over come this issue.


Regards,
Govind.

On Mon, Aug 24, 2009 at 2:05 PM,
<>
wrote:
> Hi,
>
> I am running glassfish webserver and using opensaml for parsing SAML 2.0. I
> am getting the below mentioned error.
>
> OpenSAML requires an xml parser that supports JAXP 1.3 and DOM3.
> The JVM is currently configured to use the Sun XML parser, which is known
> to be buggy and can not be used with OpenSAML.  Please endorse a functional
> JAXP library(ies) such as Xerces and Xalan.  For instructions on how to
> endorse
> a new parser see
> http://java.sun.com/j2se/1.5.0/docs/guide/standards/index.html
>
> I have endorsed the jars  xml-apis-2.9.1,xercesImpl-2.9.1,xalan-2.7.1,
> serializer-2.9.1 and resolver-2.9.1 placing the following locations.
>
> C:\glassfish\lib\endorsed
> C:\Program Files\Java\jdk1.5.0_14\lib\endorsed
>
> Please help me how to resolve this issue.
>
>
>
> Regards,
> Govind.
>



Archive powered by MHonArc 2.6.16.

Top of Page