@Test(groups = "unit", enabled = true, testName = "loaders.bdbje.BdbjeCacheStoreIntegrationVamTest")
public class BdbjeCacheStoreIntegrationVamTest extends BdbjeCacheStoreIntegrationTest {
@Override
protected Marshaller getMarshaller() {
VersionAwareMarshaller marshaller = new VersionAwareMarshaller();
marshaller.inject(Thread.currentThread().getContextClassLoader(), new RemoteCommandFactory());
marshaller.start();
return marshaller;
}