Re: [cas-user] Migrating from file based service registry to DynamoDB service registry.

2019-04-17 Thread David Curry
At least on CAS 5.2.x with a Mongo DB service registry, the way you did it was: 1. Edit the dependencies in pom.xml and: 1. REMOVE the cas-server-support-json-service-registry dependency 2. ADD the cas-server-support-mongo-service-registry dependency 2. Rebuild the server. 3.

[cas-user] Migrating from file based service registry to DynamoDB service registry.

2019-04-17 Thread Richard Nicholas
I've got a demo cas instance which worked well using JSON service registries, but I want to migrate the registry to DynamoDB (among other things to deliver a HA solution.) What's not entirely clear is how I convert the JSON files into objects that can be put into the database. I see there is