Re: [cas-user] Upgrading from 5.1 to 5.3 with JPA service registry and SAML 2 services

2020-02-05 Thread Richard Frovarp
While trying to figure out how to delete just the SAML 2 services to prepare for that, I saw the new fields were added to the DB instead of being in one of the serialized fields. So this worked, getting me to defaults: update regexregisteredservice set skipGeneratingAssertionNameId=0,skipGener

[cas-user] Upgrading from 5.1 to 5.3 with JPA service registry and SAML 2 services

2020-02-05 Thread Richard Frovarp
Looks like there was a change to how SAML 2 services were defined in CAS 5.2. So when Hibernate brings those back in, it's failing to create the object. My guess is that since there isn't anything there in the serialized form, it is trying to set a boolean to null, which doesn't work well for p