Hi,
[Edit: EA 10.0.1006]
I try to import a xmi file containing the following node containing an OCL expression, but I get an error:
<Foundation.Extension_Mechanisms.TaggedValue.value>firstName + ' ' + lastName</Foundation.Extension_Mechanisms.TaggedValue.value>
Error message says (translated from Swedish):
DAO.Database [3075]
Syntax error (operator missing) i the query expression "firstName + ' ' lastName".
It doesn't make sense to me, but if there's a workaround I'd appreciate to know how I could 'armor' the expression as to not upset EA.
(BTW, is EA trying to evaluate the ocl-expression or what? Why would EA care? It should just treat the TaggedValue as a string).
// Rolf