// Put the cache in the map before starting, so if it fails in
// start it can still be destroyed later
caches.put("secretive", tree);
tree.createService();
tree.startService();
TreeCacheMBean recipient = createCache("recipient", false, false, false, false, false);
try
{
recipient.startService();