I have an application deployed on Weblogic and because of a lock contention generated by a Xerces bug i would like to 'force' Weblogic to use the correct jar where the bug is already fixed.
http://svn.apache.org/viewvc?view=revision&revision=558581 (xerces bug fixed)
Is there a way to be sure that the class from a specific jar is loaded and used by my application.
By default weblogic is using the old buggy Xerves in multiple internal librares:
com.bea.core.apache_1.2.0.0.jar
com.bea.core.apache.xercesImpl_2.8.1.jar
Thanks