Community
Participate
Working Groups
For cases when an EClass is adapted by the EMFMetaModel setting the value of a property fails when this property is * multivalue * of type EDataType and descendants (e.g. EString) Seems to be a migration error from oAW 4.3 code base. Please find attached a patch containing a test case as well as a fix.
Created attachment 127484 [details] Patch including test and fix
Are you sure it works in oAW 4.3.1 like you said? One should modify structural features with upperBound = -1 like using the getter in combination with 'add'. Like so: myInstance.manyActions.add("Foo") I've added a test and fixed the code so that no setter operation is created for toMany features any more. Does this work for you?
Bug resolved before Xpand 1.2 release date => Closing