*
* @throws Exception
*/
public void testNewSessionIsOutdated() throws Exception
{
JBossCacheManager<?> mgr = new JBossCacheManager<OutgoingDistributableSessionData>(new MockDistributedCacheManagerFactory());
SessionTestUtil.setupContainer("test", null, mgr);
mgr.start();
mgr.setReplicationGranularity(ReplicationGranularity.SESSION);
ClusteredSession<?> sess = (ClusteredSession<?>) mgr.createEmptySession();