Getting a oracle.jbo.NoDefException: JBO-25002:Entity Association not found
On using VO.createRow I get an exception that say
Caused by: oracle.jbo.NoDefException: JBO-25002: Definition <Association package> of type Entity Association is not found.
The Exception logs shows that the error is created in a EO which does not have any direct connection with the Association in question
so the create method is fired in Entity1 but this error comes for an association between Entity2 and Entity3. There is however an association between Entity1 and Entity2.
Entity1 and Entity2 are in the same project as the assoc between E2 and E3
E3 is in another project, but I have tried refreshing the library dependencies and clean all + rebuild.