Yet another update. I apologize for using this user list as a sounding board.
I got further with the debugging but don't know if I can go any further.
The exception is thrown while executing
OpenSAMLBootstrap.initializeXMLTooling(). It is looking for a resource
called saml2-metadata-attr-config.xml
Here's the relevant code:
InputStream ins =
Configuration.class.getResourceAsStream(config);
if (ins == null) {
//some are from us
ins = OpenSAMLBootstrap.class.getResourceAsStream(config);
}
I really don't know why it can't find this resource. Am I missing some
bundle?
Regards,
D
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-SamlHeaderIn-tp5723070p5723072.html
Sent from the cxf-user mailing list archive at Nabble.com.