ConfigurationStore.get().remove(EntityType.PROCESS, "sample");
ConfigurationStore.get().remove(EntityType.PROCESS, "sample2");
storeEntity(EntityType.FEED, "impressionFeed");
storeEntity(EntityType.FEED, "imp-click-join1");
storeEntity(EntityType.FEED, "imp-click-join2");
Feed feed = parser.parseAndValidate(this.getClass()
.getResourceAsStream(FEED_XML));
ConfigurationStore.get().publish(EntityType.FEED, feed);
Process process = processParser.parseAndValidate(this.getClass()
.getResourceAsStream(PROCESS1_XML));
ConfigurationStore.get().publish(EntityType.PROCESS, process);