CHE-9528 Disabled JPA coordination until closing JPA JChannel issue won't be fixed
parent
67d27e9eff
commit
78dda67b2a
|
|
@ -280,7 +280,9 @@ public class WsMasterModule extends AbstractModule {
|
|||
Map<String, String> persistenceProperties, String infrastructure) {
|
||||
if (OpenShiftInfrastructure.NAME.equals(infrastructure)
|
||||
|| KubernetesInfrastructure.NAME.equals(infrastructure)) {
|
||||
install(new ReplicationModule(persistenceProperties));
|
||||
// Replication is disabled until closing JPA JChannel issue won't be fixed
|
||||
// install(new ReplicationModule(persistenceProperties));
|
||||
bind(RemoteSubscriptionStorage.class).to(InmemoryRemoteSubscriptionStorage.class);
|
||||
} else {
|
||||
bind(RemoteSubscriptionStorage.class).to(InmemoryRemoteSubscriptionStorage.class);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue