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?