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!

JBO-25002: Definition ...of type View Definition is not found

734873May 9 2012 — edited Jun 13 2013
Hello,

I am using JDev 11.1.1.4.0.

I am having a problem creating read only VO, actually running on integrated weblogic server after creating one. I am getting this exception:

oracle.jbo.NoDefException: JBO-25002: Definition com.model.viewobject.OrderLineStatusVVO of type View Definition is not found.
at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:577)
at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:484)
at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:466)

I created this VO using very simple sql statement, "SELECT ORDER_LINE_STATUS FROM ORDER". JDev creates it and the AM has it listed fine. But when running, I get the above exception.

Many thanks in advance for your help.

Bones Jones

Edited by: Bones Jones on May 10, 2012 10:09 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2013
Added on May 9 2012
9 comments
13,974 views