This exists to handle the late arrival of the {@code ServletContext}
127128129130131132133134135136
} } protected BundleManagerFactory buildBundleManager() { BundleManagerFactory managerFactory = new BundleManagerFactory(); managerFactory.setBaseDir(getBaseDir()); managerFactory.setConfigXmlPath(getConfigXmlPath()); return managerFactory; }