JDeveloper - Studio Edition Version 12.1.3.0.0
Migrated ADF project from 11.1.1.5 -> 11.1.1.7 -> 12c.
No Issues during migration, and all works fine (apart from a Javascript issue).
Now within the 12c environment I have created a new application (library) and I am facing the below issue during run time:-
JBO-25058: Definition of type xxx Attribute is not found in xxxx
1. I have 3 VO's and all 3 have same EO's,tables and joins etc.
2. For the 2 VO's its working fine, but 1 of the VO throws exception.
3. Cross checked from EO to VO to PageDef, throughout all the way all the attributes and references exists.
4. BC4J tester works fine, no exception for the above VO's with VL and Associations etc.
Have anyone come across this?