[Modeling-users] Critical: inheritance issues
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2002-08-21 20:52:20
|
Hi, Two critical bugs were discovered in v0.7a3 and are now solved [bugs #598164 and #598167]. Both were defeating one of the major functionalities of EditingContext: insuring the unicity of any object in a EditingContext. (see http://modeling.sourceforge.net/UserGuide/editing-context.html, paragraph 4.1). This leads the framework to mis-behave in a very various situations as soon as inheritance is involved ; additionally the framework can, in some situations, also mis-behave even when no inheritance can be found in the model (this problem occurs when a primary-key value is promoted from 'int' to 'long int' by the underlying database adaptor). Users are strongly encouraged to update their copy of the framework from the CVS repository --until a new release is made. -- Sebastien. |