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