I had the same problem and managed to fix it by adding the following code to my ServletContextListener
:
import oracle.ucp.admin.UniversalConnectionPoolManager; import oracle.ucp.admin.UniversalConnectionPoolManagerImpl; public class MyContextListener implements ServletContextListener { @Override public void contextDestroyed(ServletContextEvent sce) {
source share