Error 404 in myFacesExtensionResource
-------------------------------------
Key: TOMAHAWK-1620
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1620
Project: MyFaces Tomahawk
Issue Type: Bug
Affects Versions: 1.1.11
Environment: JDK 1.6.0_31
Tomcat 7.0.26
Mojarra 2.1.7
tomahawk20-1.1.11
Reporter: Haroldo de Oliveira Pinheiro
The MyFaces Extension is returning a 404 error whenever any Tomahawk component
tries to load any resource.
Through debugging, I've noticed that MyFacesResourceLoader is trying to load
the resource through DefaultResourceProvider, which is, in turn, is trying to
load from a subpackage 'resource' inside of the component's package. That would
have worked OK on previous versions of Tomahawk, in which the resources
followed that convention; in this version, though, all resources are inside
META-INF, therefore preventing the resources from being found by
MyFacesResourceLoader in the way it's programmed now.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira