HHH-9337 Region.destroy() attempts to remove a cache listener, but region class is not annotated with @Listener

(cherry picked from commit 2f881c38b439eec6378e55b1c73e81bf10968010)
This commit is contained in:
Paul Ferraro 2014-08-15 08:09:47 -04:00 committed by Gail Badner
parent cf728ede66
commit b8923b1e39

View File

@ -145,12 +145,7 @@ public Map toMap() {
@Override @Override
public void destroy() throws CacheException { public void destroy() throws CacheException {
try { cache.stop();
cache.stop();
}
finally {
cache.removeListener( this );
}
} }
@Override @Override