In order to reduce the existing memory leaks on our Tomcat application server, two actions have been taken: 1) upgrading the
dom4j library (there was data saved in ThreadLocals with the previous version) 2) Unregistering drivers that were loaded by
the same classloader that loaded the webapplication (and were not garbage collected).