Matej Knopp skrev:
That's too bad, looks like the store has been removed already. I
wasn't aware of that.

You can try SimpleSynchronousFilePageStore, but only to see if that
helps your problem.

and also you might want to try running DiskPageStore in synchronous mode,

new DiskPageStore() {
   protected boolean isSynchronous() {
      return true;
   }
};

if the latter works you're lucky, as that would be usable in production.

I'm not lucky, didn't work :)

-- Edvin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to