Sylvain Wallez wrote: > > StatusGenerator explicitely display information about the > various stores, and as Upayavira said > ClearPersistentStoreAction clears, well... > the persistent store. > :) > So it can be considered legal for them to access the > persistent store *if it exists*. We should just test this > using manager.hasService() to ensure proper operation when no > persistent store exists (StatusGenerator already has some > protection for this). > Sounds reasonable, will add it.
> As for EventAwareCaching, it seems I forgot it during the > cache cleanup, and it should use the regular Store.ROLE > instead of using directly the persistent store. > Thanks Carsten