Kees Jongenburger <[EMAIL PROTECTED]> wrote:
> 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

Perhaps yes. This code in insert is quite new, btw.

Michiel

-- 
Michiel Meeuwissen
Mediacentrum 140 H'sum 
+31 (0)35 6772979
nl_NL eo_XX en_US
mihxil'
 [] ()

Reply via email to