haStorePoolPollTime, haStoreFactory);
mgr.setHAStorePool(storePool);
*/
StoreFactory haStoreFactory = new HAFullSessionStoreFactory();
StorePool storePool =
new StorePool(haStorePoolSize, haStorePoolUpperSize,
haStorePoolPollTime, haStoreFactory);
mgr.setStorePool(storePool);
//add container listener for hooking sync calls
ctx.addContainerListener(new HASyncContainerListener(mgr));