In my webservice application I have to integrate a third party module to validate business rules, these modules are shipped with rather old libraries.
The old libraries are in conflict with my newer one.
Is there a way to isolate the third party module in a seperated thread/classloader within the running webservice?