> From: Kees Jongenburger [mailto:[EMAIL PROTECTED] > On Behalf Of Kees Jongenburger > > 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
Should be OK, only the code needs to be able to handle multiple aliases instead of just one. Easy to fix. Rob van Maris Technical Consultant Quantiq xmedia & communication solutions Koninginneweg 11-13 1217 KP Hilversum T +31 (0)356257211 M +31 (0)651444006 E [EMAIL PROTECTED] W http://www.quantiq.com
