Hello all. My configuration is JDeveloper 12.1.3
I have created an adf library jar with common entity objects so I can reuse that library in other modules of my application. The jar was created using ojdeploy plugin for maven and If I inspect the jar file, everyhting is in there (EO, Assoc, etc)
However, when I add that library as a maven dependency in another application, I can't see the EntityObjects, it's like it is not being added to my application. If I import the jar file directly using the project properties/libraries and classpath option, it works, I can see the EntityObjects and can create ViewObjects from them.
I have to say that the project compiles using the maven dependency. What I can't do is create ViewObjects from the EntityObjects that are in the jar file, in order to do that I have to add the Jar file manually to the project's libraries and classpath.
Any ideas?
Thanks