SGF-565 - Stackoverflow error when the 'locators' attribute is specified in any of the XCacheApplication annotations.

This commit is contained in:
John Blum
2016-11-09 09:40:54 -08:00
parent bcce3c0351
commit b2c8f18b23
2 changed files with 6 additions and 3 deletions

View File

@@ -62,7 +62,10 @@ public class PeerCacheApplicationIntegrationTests {
assertThat(echo.get("Test"), is(equalTo("Test")));
}
@PeerCacheApplication(name = "PeerCacheApplicationIntegrationTests", logLevel = "warn")
//@EnableLocator
//@PeerCacheApplication(name = "PeerCacheApplicationIntegrationTests",
// logLevel = "warn", locators="localhost[10334]")
@PeerCacheApplication(name = "PeerCacheApplicationIntegrationTests", logLevel="warn")
static class PeerCacheApplicationConfiguration {
@Bean(name = "Echo")