Yes, I'm using a transaction obtained by:

Transaction tx = cloud.getTransaction(null);

in fact the exception is: "node not added as it was already in the transaction".

Thanks,
Marco

Kees Jongenburger wrote:
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?





  

Reply via email to