Hi,
I’m trying to create a java service. Within this service I want to use some external libs. My problem is that those external libs are already used by the IS. This libs are available but some of them lack of functionallity which is already supported within new versions of those libs.
For example: I want to use a new version of joda time, but a jar of joda time is already sitting in the common/lib/ext/ directory, so placing my new version of this jar within code/jars does not have any influence since the class loader [url]http://techcommunity.softwareag.com/web/guest/pwiki/-/wiki/Main/webMethods+Integration+Server+Class-Loading[/url] has already found the old version of this jar sitting in the common/lib/ext directory.
Is there any possibility to use a new version of this jar (in a single java service) without replacing the existing one in the common/lib/ext directory?
Best regards,
Felix