Author: michiel
Date: 2010-06-29 15:04:26 +0200 (Tue, 29 Jun 2010)
New Revision: 42739
Modified:
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/bridge/implementation/VirtualNode.java
Log:
still no good
Modified:
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/bridge/implementation/VirtualNode.java
===================================================================
---
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/bridge/implementation/VirtualNode.java
2010-06-29 13:02:52 UTC (rev 42738)
+++
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/bridge/implementation/VirtualNode.java
2010-06-29 13:04:26 UTC (rev 42739)
@@ -203,10 +203,10 @@
} catch (NotFoundException nfe) {
// don't know when this happens, perhaps the node was
deleted in the mean time?
log.debug(nfe.getMessage());
- return new NodeAndField(this, fieldName);
+ return new NodeAndField(null, fieldName);
}
} else {
- return new NodeAndField(this, fieldName);
+ return new NodeAndField(null, fieldName);
}
} else {
return new NodeAndField(this, fieldName);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs