We are using jdeveloper 12.2.1.4. We have several call backs from the browser to the weblogic server using REST calls. The process works fine running in the embedded weblogic server. When we upload the application into our Linux based weblogic server it gets a class not found error. The reference to “org/codehaus/jackson/map/ObjectMapper” that worked on the embedded weblogic server fails on the server.
How do we tell the weblogic server how to access these libraries. In jdeveloper they are grouped in the JAX-RS Jersey Jackson (Bundled) library.
Thanks,