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!

Root cause error code is JBO-25002

AbdelyNov 29 2015 — edited Dec 14 2015

Hi everyone,

I was working on the introduction to ADF Jdevelopment OBE and when I reached the step 8 something wrong happened and I've got the "Root cause error code is JBO-25002. Error message parameters are {0=Définition de vue, 1=demo.model.JobsView1}" When I run the App. I tried to find out what is happening, so in the oracle documentation they say that:

JBO-25002: Definition {1} of type {0} is not found.

Cause: A definition object with the given name could not be found.

Action: Provide a correct name for the business component definition (using the format 'packagename.objectname') and ensure that the definition is available on the classpath. This error can also occur if there is a case conflict, as when the database expects 'DEPTNO' and receives 'Deptno' instead.

Level: 1

Type: ERROR

Impact: Programmatic

However, since I'm a newbie I didn't really understand what does all this means.

Any help?

Thanks

Capture.PNG

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2016
Added on Nov 29 2015
5 comments
1,683 views