I'll have a look at this to see if I can reproduce it, but just a comment about the exception - you should never see javax.jmi.reflect.InvalidObjectException outside of the Model subsystem. It's an internal MDR exception which should be caught and wrapped with a Model subsystem exception (org.argouml.model.InvalidElementException from memory).
Because of the enormous surface area of the Model subsystem's API the wrapping work isn't complete, but any time you see an internal exception outside of the Model subystem, the right thing to do is to wrap it and handle the wrapped exception, not to directly handle the internal exception. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
