public class JDBCUnloader
extends Object
Workaround hack for the unfortunate architecture of JDBC drivers.
If code loaded by WebAppClassLoader loads a JDBC driver, then it will pin the
class loader across server refresh because java.sql.DriverManager is a system
class and it maintains a static reference to any loaded drivers.