Description
There are a few instances where only the TCCL is considered for loading resources that are actually in a myfaces jar. This won't work in an isolated classes environment like OSGI. A simple fix is to try the TCCL and if it doesn't work try the cl that loads myfaces classes. This solves the problem in geronimo's OSGI environment but I wonder if only the cl for myfaces classes should be considered in many of these cases since it looks like the resource being loaded is often a known file packed in with myfaces that can't be replaced by a user supplied resource.
Attachments
Attachments
Issue Links
- relates to
-
MYFACES-2976 Support hiding myfaces impl classes in osgi, and provide a single osgi bundle for api + impl
- Closed