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
