>I think it is a bug, because it is silly that an uncommited node could not >yet have an alias. But, as the exception indicates, it is a known bug, >perhaps might not been very easy to fix.
hmm
from MMObjectBuilder
public int insert(String owner, MMObjectNode node) {
int n;
n = mmb.getDatabase().insert(this,owner,node);
...
...
String alias = node.getAlias();
if (alias != null) createAlias(n,alias); // add alias, if
provided
return n;
}
maybe we just need to remove the exception
<<winmail.dat>>
