JBO-25002: Definition ...of type View Definition is not found
734873May 9 2012 — edited Jun 13 2013Hello,
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