JDBC Storage Service exception on IDP 5.1.1

Cantor, Scott cantor.2 at osu.edu
Thu Aug 1 19:07:27 UTC 2024


You appear to be pointing the property controlling the session cache's StorageService bean to your JDBC data source rather than your JDBC StorageService.

> idp.session.StorageService = MyDataSource

i.e. that, should be JDBCStorageService (or, better, always prefix custom beans with something local to you to avoid conflicts, Spring is a flat namespace).

You should always look at the documented type of the property being set if it's a bean ID, and a type conversion error is telling you passed in the wrong type.

-- Scott




More information about the users mailing list