> > Hi,
> >
> >
Re:http://community.jboss.org/thread/146590
> >
> > "Also, if I set the fetchInMemoryState to false in<stateRetrieval
/>
> > and fetchPersistentState to true in<loader />, the persistent state
> > transfer never happens (the code [StateTransferManagerImpl.java] is
> > never run through the debugger)."
> >
> > That's because of
> >
https://anonsvn.jboss.org/repos/infinispan/trunk/core/src/main/java/org/i...
> >
> > if (configuration.getCacheMode().isClustered()&&
> > configuration.isFetchInMemoryState())
> > return componentType.cast(new StateTransferManagerImpl());
> > else
> > return null;
> >
> > Is this intended? I do not see such limitation in JBoss Cache. Fetching
> > the persistent state but not the in-memory one sounds like a valid case.
Yes, that's correct - that check would need to be updated.
--
Galder ZamarreƱo
Sr. Software Engineer
Infinispan, JBoss Cache