LDEV-4691 Reset a classloader when refreshing configuration cache In WildFly 14 the Configuration bean can get created by one of LAMS EAR mo…
Show more
LDEV-4691 Reset a classloader when refreshing configuration cacheIn WildFly 14 the Configuration bean can get created by one of LAMS EARmodules, for example Image Gallery. This module's classloader does nothave access to java.sql.Connection. It should ask its parent for thisclass, but context class loaders are not obliged to do it and apparentlyWildFly module classloaders do not do it. We need to manually reset aclassloader for the given thread.
Show less