Skip to content

Commit

Permalink
Don't configure a transport, this is a LOCAL cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Mar 9, 2013
1 parent 475166d commit f382c78
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -59,7 +59,6 @@ public EmbeddedCacheManager getCacheContainer() {
GlobalConfiguration glob = new GlobalConfigurationBuilder()
.nonClusteredDefault() //Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode
.globalJmxStatistics().enable() //This method allows enables the jmx statistics of the global configuration.
.transport().defaultTransport()
.build(); //Builds the GlobalConfiguration object
Configuration loc = new ConfigurationBuilder()
.jmxStatistics().enable() //Enable JMX statistics
Expand Down

0 comments on commit f382c78

Please sign in to comment.