Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit c91f1f4

Browse files
author
hung huynh
committed
TAB-4624: tunneled WAN rest agent mbeans
svn path=/trunk/ehcache/; revision=9045
1 parent d23edf1 commit c91f1f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terracotta/bootstrap/src/main/java/org/terracotta/modules/ehcache/ToolkitInstanceFactoryImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ private static Toolkit createTerracottaToolkit(TerracottaClientConfiguration ter
176176
}
177177
terracottaClientBuilder.addTunnelledMBeanDomain("net.sf.ehcache");
178178
terracottaClientBuilder.addTunnelledMBeanDomain("net.sf.ehcache.hibernate");
179+
terracottaClientBuilder.addTunnelledMBeanDomain("org.terracotta.wan");
179180
terracottaClientBuilder.setRejoinEnabled(terracottaClientConfiguration.isRejoin());
180181
terracottaClientBuilder.setProductId(productId);
181182
terracottaClientBuilder.setClassLoader(loader);

0 commit comments

Comments
 (0)