On Tue, Apr 1, 2008 at 3:13 PM, lars vonk <[EMAIL PROTECTED]> wrote: > The Exception is only logged (as ERROR) if something is not serializable, so > it will only complain in your logfile. See Objects.objectToByteArray() > method. > > I don't think page serialization is done in a seperate Thread though. I > couldn't find this in the code. But please correct me if I am wrong. >
Check out DiskPageStore.PageSavingThread. If you pause your application, you'll see that one of those is running.