Oracle SOA Suite (MOSC)

MOSC Banner

Java-Callout in OSB uses wrong library

Hi,

I'm doing a Java-Callout in OSB but get NoSuchMethodError, because the system library get's loaded instead of the libs newer version within the JAR itself. Is there a way to force OSB to use the lib in my JAR?

When running a conflict analysis with CAT on servicebus I get the recommendation to fix the problem with:

<prefer-application-packages>
   <package-name>com.fasterxml.jackson.*</package-name>
</prefer-application-packages>

That refers to "Configuring a FilteringClassLoader" by adding the above descriptor to the weblogic-application.xml if I'm not mistaking, but I don't have a clue where and how. Any ideas are truly appreciated.


Regards, Alex

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center