FileCachingHttpClientFactory and IdP v4

Cantor, Scott cantor.2 at osu.edu
Tue Apr 28 09:58:38 EDT 2020


On 4/28/20, 9:56 AM, "users on behalf of Marco Malavolti" <users-bounces at shibboleth.net on behalf of marco.malavolti at garr.it> wrote:

> The problem "java.lang.ClassNotFoundException:
> shibboleth.FileCachingHttpClientFactory" is still present.

That's not a class, that's a bean name. Use parent= to inherit from a bean, class= is used to directly create an instance of a Java class. Or <ref bean="name"/> to just reference a bean outright.

-- Scott




More information about the users mailing list