shibboleth.StoredPersistentIdGenerator and shibboleth.JPAStorageService ?
Cantor, Scott
cantor.2 at osu.edu
Mon Jul 6 14:11:19 EDT 2015
On 7/6/15, 2:02 PM, "users on behalf of Paul Engle" <users-bounces at shibboleth.net on behalf of pengle at rice.edu> wrote:
>
>Yep, that's what I've done with ours. I just put both tables in the same
>database instance, followed the excellent JPAStorageService
>documentation and set up the persistentId thusly:
>
>In saml-nameid.xml:
>
> <!-- Store for persistent IDs -->
> <bean id="RicePersistentStore"
>class="net.shibboleth.idp.saml.nameid.impl.JDBCPersistentIdStore">
> <property name="dataSource"
>ref="shibboleth.JPAStorageService.DataSource" />
> </bean>
Hmm, that seems slightly off, unless I screwed something up. Shouldn't need to reference that impl class there. I believe you just need to set the property directly to the data source bean rather than wrapping it, but maybe I messed that up.
-- Scott
More information about the users
mailing list