Finally I could use this: Application#setPageManagerProvider( new DummyPageManagerProvider() ) DummyPageManagerProvider just returns "null" everything
and it works! (it does NOT serialize pages) First of all: i do NOT need back support, so I use this: Application#getPageSettings().setVersionPagesByDefault(false); My doubt now is... when I debug "PageStoreManager", when findPage() is fired, a search is made in a "sessionCache" and it works. But when it's NOT found there, it goes to a PageStore (I think the 2nd level cache) where I have my dummy store and will break. --> So my question is, When happens that the sessionCache does not have a page? the pages are cleaned? Thanks! On Mon, Nov 5, 2012 at 9:14 AM, Alfonso Quiroga <[email protected]>wrote: > Hi, sorry for my basic question. Is there a way to disable de > serialization? Maybe defining a dummy PageStore? In that case... how I > register the new page store in the application? > > Thanks!! >
