Re: EntitymanagerFactoryImpl.getStoreCache(String cacheName) problem

2008-04-04 Thread Patrick Linskey
That's not a spec API, so we can change it / augment it as we see fit. I don't see any reason not to just change that code as you described. -Patrick On Thu, Apr 3, 2008 at 10:44 AM, <[EMAIL PROTECTED]> wrote: > > The EntitymanagerFactoryImpl.getStoreCache(String cacheName) . This method > cal

EntitymanagerFactoryImpl.getStoreCache(String cacheName) problem

2008-04-03 Thread Frederic_Bellier
The EntitymanagerFactoryImpl.getStoreCache(String cacheName) . This method calls DataCacheManager.getDataCache(cacheName). I think it should call DataCachemanager.getDataCache(cacheName, true) to make sure if the cache does not exist it will get created. Unless of course this is the behavior speci