EHC ❯ CacheManager with no name should use default CacheManager when locating clustered caches
-
Task
-
Status: Closed
-
1 Critical
-
Resolution: Fixed
-
ehcache-core
-
-
amiller
-
Reporter: amiller
-
September 22, 2009
-
0
-
Watchers: 0
-
July 27, 2012
-
September 24, 2009
Description
Need to add a test for this common scenario where CacheManagers are not named - the clustered identity mechanism should deal with this scenario and properly cluster caches in the default CacheManager space.
Comments
Alex Miller 2009-09-24
Alex Miller 2009-09-24
Apparently this is busted - make it work!
Alex Miller 2009-09-24
Added call to CacheManager.isNamed() and Iām now checking that flag in TerracottaStoreFactory.create() and if no name is defined, a default (ā__DEFAULT__ā) is used instead.
Think this is handled but need to add a test for a CacheManager with no name.