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 Entity Definition not found

Michael1906Apr 15 2016 — edited Apr 18 2016

Hi,

we have the following application structure : one application contains entity objects, other applications uses these entity objects for definition

of view objects and definition of application modules.

Today I added an entity in application-one, installed the application by maven - the built jar-File contains the entity in my local repository-

defined a view object that uses the entity and added the view object as a view object instance to an application module.

When starting the application I received the following error:

oracle.jbo.NoDefException: JBO-25002: Definition de.it_p.kaso.common.model.entities.AhtbAbartSJn vom Typ Entity-Definition nicht gefunden.

(Entity Definition not found).

JDeveloper Version is 12.1.3. Normally it works. I have no idea what could have been changed that it no longer works?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2016
Added on Apr 15 2016
2 comments
515 views