Skip to content

Commit

Permalink
APPNG-2484
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias committed Sep 6, 2023
1 parent 2e5fe55 commit 39101d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -277,7 +277,7 @@ public void loadPlatform(PlatformProperties platformConfig, Environment env, Str

RepositoryCacheFactory.init(platformConfig);

HazelcastInstance hazelcast = HazelcastConfigurer.getInstance(platformConfig, Messaging.getNodeId());
HazelcastInstance hazelcast = HazelcastConfigurer.getInstance(platformConfig, Messaging.getNodeId(), env);
CacheService.createCacheManager(hazelcast, HazelcastConfigurer.isClient());
HazelcastInstance hazelcastInstance = ((HazelcastCacheManager) CacheService.getCacheManager())
.getHazelcastInstance();
Expand Down

0 comments on commit 39101d3

Please sign in to comment.