STORE.publish(EntityType.FEED, feed1);
STORE.publish(EntityType.FEED, feed2);
STORE.publish(EntityType.FEED, feed3);
Process process1 = (Process) EntityType.PROCESS.getUnmarshaller()
.unmarshal(this.getClass().getResource(PROCESS1_XML));
STORE.publish(EntityType.PROCESS, process1);
Process process2 = (Process) EntityType.PROCESS.getUnmarshaller()
.unmarshal(this.getClass().getResource(PROCESS2_XML));
STORE.publish(EntityType.PROCESS, process2);
}