context.getServiceTarget().addService(relationsName, resolveRelationshipsService)
.addDependency(relationsBarrierName)
.install();
// Phase 3: Start store
final JdbcStoreManagerStartService startService = new JdbcStoreManagerStartService(storeManager);
context.getServiceTarget().addService(startName, startService)
.addDependency(startBarrierName)
.install();
// Phase 3: Add foreign keys