Problem with "Derived from SQL Expression" attributes in EO
We are having some problems with some attributes that are derived from SQL Expression in our EOs. The attributes arn't updated, when executeQuery() is called on the VO.
I know that the attriubtes are updated in the DB. I have made a simple method in the VO, that calls a callableStatement and checked if it's a problem with transaction / read consitancy.
The callacbleStatement 'sees' the correct (new) value while the attriubtes in the VO aren't updated.
Is this a known bug, or is this just normal behavior?
I'm trying to figure out, if I can programaticly "clear" the EO cache, before calling executeQuery(). Hopfully this will do the trick. Haven't implemented this yet.
I'm jusing JDeveloper 11.1.1.5