idpv3 first look
Jim Fox
fox at washington.edu
Tue Jul 1 19:54:41 EDT 2014
I'm trying out the idp v3 (idp-distribution-3.0.0-alpha1).
Here's a few things that came up. (no particular order)
--------------------
How do I add jars to the classpath? I want to use postgres.
I tried adding a
java -Djetty.class.path="path-to-pastgresql.jar" ...
and I tried putting the jar in jetty's lib dir.
Both always resulted in:
16:39:17.285 - ERROR [net.shibboleth.idp.attribute.resolver.spring.dc.ManagedConnectionParser:241] - JDBC driver could not be found
java.lang.ClassNotFoundException: org.postgresql.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
--------------------
How do I specify multiple attribute filter files?
---------------------
I get a ton of these warnings
16:43:38.623 - WARN [net.shibboleth.idp.attribute.filter.spring.BaseFilterParser:139] - Element 'PermitValueRule' did not contain an 'id' attribute. Generated id '/AttributeFilterPolicyGroup:CoreFilterPolicy/PermitValueRule:_5ba4f3ad3b38862fabf2c3a34489a7ec' will be used
Nobody ever complained before. I agree that the elements don't have ids,
but, if your going to use a default, the WARN seems excessive.
-----------------------
I'll try actually using the IdP soon as I get some free time.
Jim
More information about the dev
mailing list