> > metadata.delete(true); > > resource.delete(); > > > > the following error occours: > > org.mmbase.bridge.BridgeException: This node (239) cannot be deleted. > > It still has relations attached to it. > > > > If I try: > > > > metadata.delete(true); > > resource.delete(true); that should work
are U by any chance using transactions?
