Skip to Content.
Sympa Menu

mace-opensaml-users - Re: Read this: Problem with configuration

Subject: OpenSAML user discussion

List archive

Re: Read this: Problem with configuration


Chronological Thread 
  • From: Chad La Joie <>
  • To:
  • Subject: Re: Read this: Problem with configuration
  • Date: Fri, 26 Oct 2007 19:10:26 +0200
  • Organization: SWITCH

What's the exception?

Fátima Milla Olaya wrote:
Hi, I've written the configuration File and when I try to load it, it throws an Exception. Thanks.

XMLConfigurator xmlconfigurator = new XMLConfigurator();
File assertionConfigFile = new File(testDir+"/samlProfile-assertion-config.xml");
if (!assertionConfigFile.exists()) {
throw new Exception(
"Assertion config file for SAML XACML Profile does not exist: "
+ assertionConfigFile.getAbsolutePath());
}
xmlconfigurator.load(assertionConfigFile);

--
SWITCH
Serving Swiss Universities
--------------------------
Chad La Joie, Software Engineer, Security
Werdstrasse 2, P.O. Box, 8021 Zurich, Switzerland
phone +41 44 268 15 75, fax +41 44 268 15 68
,
http://www.switch.ch



Archive powered by MHonArc 2.6.16.

Top of Page