RemoteCacheManager is used in Cache.java such that the cache is automatically started. However, the cache is never "stopped" i.e. the stop() method is never called. This results in the following warning:
Resource leak: '' is never closed
Is there a good place to call the stop() method?