Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting a oracle.jbo.NoDefException: JBO-25002:Entity Association not found

animesh.prasadDec 21 2012 — edited Dec 21 2012
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2013
Added on Dec 21 2012
1 comment
748 views