dbConfig.setTransactional(true);
dbConfig.setAllowCreate(true);
Database catalogDb = env.openDatabase(null, CLASS_CATALOG, dbConfig);
javaCatalog = new StoredClassCatalog(catalogDb);
EntryBinding storedEntryKeyBinding =
new SerialBinding(javaCatalog, Object.class);
EntryBinding storedEntryValueBinding =
new InternalCacheEntryBinding(new TestObjectStreamMarshaller());