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)