Tiger extensions cannot be initialized
--------------------------------------
Key: SHALE-354
URL: http://issues.apache.org/struts/browse/SHALE-354
Project: Shale
Issue Type: Bug
Components: Tiger
Affects Versions: 1.0.3
Reporter: Tom Havelka
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira