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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

REST library in jdeveloper unknown in Linux weblogic server

russell murrayJun 18 2024

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,

Comments
Post Details
Added on Jun 18 2024
5 comments
537 views