Skip to Content.
Sympa Menu

mace-opensaml-users - Re: Problems initializing XML tooling in servlet (TOMCAT) environment

Subject: OpenSAML user discussion

List archive

Re: Problems initializing XML tooling in servlet (TOMCAT) environment


Chronological Thread 
  • From: "Mike Mattozzi" <>
  • To:
  • Subject: Re: Problems initializing XML tooling in servlet (TOMCAT) environment
  • Date: Fri, 13 Jul 2007 14:46:36 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LnPXT5WHTPEZuNNVGsodbMIvdxlXYXPgZP+Xns4wX0yBweRuky6Ni243uiW25dWFFtRPYLPP4W8YV/Xn9quba3/+4+4qJ6+4MnVer0r7aSXB5+luIAIsdzcFeG7UGZFykt48p561JZrVhbqR1WRWzraC9c93bMM4oKflC13wYlM=

If you feel like you're totally losing your mind, xalan comes with an
environment check class...

new EnvironmentCheck().checkEnvironment (new PrintWriter(System.out));

in org.apache.xalan.xslt.EnvironmentCheck

-Mike

On 7/13/07, Scott Cantor
<>
wrote:
> I further closely monitored the path and it looks like it is blowing at
>
> TransformerFactoryImpl.newTransformer() - Line 821

My guess is you're not endorsing xalan or you have duplicate classes mixing.
The DOM3 message is only a xerces thing, and the transform stuff is xalan.

-- Scott






Archive powered by MHonArc 2.6.16.

Top of Page