355356357358359360361362363364365
throw new LoadingException(e); } finally { SessionProvider sp = config.getSessionProvider(); if (sp != null) sp.notifyStop(); // If the application has Ioc, depose it Ioc ioc = config.getIoc(); if (null != ioc) ioc.depose(); }
368369370371372373374375376377378