private PersistInterface persist;
@Configuration
public static Option[] myConfiguration() throws Exception {
Option[] options = new Option[]{
new KarafDistributionConfigurationFilePutOption(
"etc/org.openengsb.ekb.cfg",
"modelUpdatePropagationMode", "DEACTIVATED"),
new KarafDistributionConfigurationFilePutOption(
"etc/org.openengsb.ekb.cfg",
"persistInterfaceLockingMode", "ACTIVATED"),
mavenBundle().groupId("org.ops4j.pax.tinybundles").artifactId("tinybundles").versionAsInProject(),
editConfigurationFileExtend(FeaturesCfg.BOOT, ",openengsb-connector-example")
};