Skip to Content.
Sympa Menu

mace-opensaml-users - Re: common-config.xml

Subject: OpenSAML user discussion

List archive

Re: common-config.xml


Chronological Thread 
  • From: Brad Anderson <>
  • To:
  • Subject: Re: common-config.xml
  • Date: Thu, 30 Nov 2006 19:11:13 -0500
  • Organization: The Sankaty Group, Inc.

Brent Putman wrote:
>
>
> Brad Anderson wrote:
>>
>> So I updated to the latest, and here's what I'm getting now:
>>
>> 14665 [http-8080-Processor24] INFO org.opensaml.xml.XMLConfigurator -
>> ObjectProviders load complete
>> 14665 [http-8080-Processor24] INFO org.opensaml.xml.XMLConfigurator -
>> ObjectProviders load complete
>> Unable to configure OpenSAML: org.opensaml.xml.parse.XMLParserException:
>> Unable to read XML source
>>
>> I'm not sure what other information you need. But just before this
>> update, I
>> was parsing the XML source fine. The issue was just that the
>> signatureUnmarshaller was ignoring the Signature child. :(
>>
>>
>
> Brad,
> How are you using the libraries when you see this error? Looks like
> perhaps you're trying to run some code under a servlet container using
> jars of java-xmltooling and java-opensaml2? The initialization works
> in Eclipse, but with jars I think may have a problem with finding the
> xmltooling config files from opensaml2 using
> Class.getResourceAsStream(). I'll investigate further, may have to
> rework a bit.
>

Yes, this is in a web app, as SSO - a .NET shop is sending us assertions after
authenticated users click on a link in their portal to our site. A servlet
gathers the assertion out of the request and verifies dates, issuer, and
hopefully soon, the digsig.

We're using Tomcat and the three jar files are indeed in tomcat/common/lib. A
rework could put them in tomcat/conf, potentially?

BA



Archive powered by MHonArc 2.6.16.

Top of Page