[infinispan-issues] [JBoss JIRA] (ISPN-8243) Embedded server tests not using PrivateGlobalConfiguration serverMode
Gustavo Fernandes (JIRA)
issues at jboss.org
Tue Aug 29 09:24:01 EDT 2017
Gustavo Fernandes created ISPN-8243:
---------------------------------------
Summary: Embedded server tests not using PrivateGlobalConfiguration serverMode
Key: ISPN-8243
URL: https://issues.jboss.org/browse/ISPN-8243
Project: Infinispan
Issue Type: Bug
Reporter: Gustavo Fernandes
When starting the infinispan server as a separate process, the following setting is applied to the cache manager:
{code:java}
GlobalConfigurationBuilder builder = ...
builder.addModule(PrivateGlobalConfigurationBuilder.class).serverMode(true)
{code}
But the server tests that runs in embedded mode (when starting the server directly via HotRodServer class) do not apply this setting.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list