485486487488489490491492493494495496
catch (Exception ignored) { } } WebCtxLoader jbossLoader = new WebCtxLoader(loader, injectionContainer); if (classpath != null) jbossLoader.setClasspath(classpath); webLoader = jbossLoader; return webLoader; }
524525526527528529530531532533534535