String qos = "<qos><forceDestroy>true</forceDestroy></qos>";
I_XmlBlasterAccess con = this.glob.getXmlBlasterAccess();
try {
System.out.println("============== tearDown(), erase: " + xmlKey);
con.erase(xmlKey, qos);
PropString defaultPlugin = new PropString("CACHE,1.0");
String propName = defaultPlugin.setFromEnv(this.glob, glob.getStrippedId(), null, "persistence", Constants.RELATING_TOPICSTORE, "defaultPlugin");
log.info("Lookup of propName=" + propName + " defaultValue=" + defaultPlugin.getValue());
}