Description
Tiger extensions cannot be initialized when WEB-INF/classes or WEB-INF/lib locations are searched for beans to configure because of posiible missing such resources in this locations. Problem causes method webClasses or webArchives of class org.apache.shale.tiger.view.faces.LifecycleListener2 respectively, because they uses ServletContext.getResourcePaths which can return "null" if location is empty and next loop "for (Object pathObject : paths)" doesn't fix this case at all.