Skip to Content.
Sympa Menu

mace-opensaml-users - RE: issue with opensaml

Subject: OpenSAML user discussion

List archive

RE: issue with opensaml


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>, <>
  • Subject: RE: issue with opensaml
  • Date: Fri, 18 Feb 2005 11:17:08 -0500
  • Organization: The Ohio State University

> at java.io.Reader.<init>(Reader.java:61)
> at java.io.InputStreamReader.<init>(InputStreamReader.java:80)
> at java.util.Properties.load(Properties.java:266)
> at org.opensaml.SAMLConfig.loadProperties(Unknown Source)

The method call is just this:
loadProperties(
this.getClass().getResourceAsStream(
"/conf/opensaml.properties"));

I have no idea why that would fail, but it's nothing I can really help you
with, you have to debug your own Java environment for this. If you discover
a bug, let me know.

I'll try and add a system property override so that at least the path can be
overridden externally.

-- Scott



  • issue with opensaml, lalbertazzi, 02/18/2005
    • RE: issue with opensaml, Scott Cantor, 02/18/2005

Archive powered by MHonArc 2.6.16.

Top of Page