/* */ public void start() throws Exception
/* */ {
/* */ try
/* */ {
/* 140 */ super.start();
/* 141 */ Cache cacheConfig = (Cache)getAnnotation(Cache.class);
/* 142 */ CacheFactoryRegistry registry = getCacheFactoryRegistry();
/* 143 */ Ejb3CacheFactory factory = registry.getCacheFactory(cacheConfig.value());
/* 144 */ this.cache = factory.createCache();
/* 145 */ this.cache.initialize(this);
/* 146 */ this.cache.start();
/* */ }
/* */ catch (Exception e)