Assert.assertEquals(bnode.getId(), testBNode3.getId());
connection.commit();
Assert.assertEquals(1,Iterations.asList(connection.listResources()).size());
// clear cache and test again
persistence.clearCache();
KiWiNode testBNode4 = connection.loadNodeById(bnode.getId());