Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3150 | minor | always | 12-11-08 09:02 | 03-26-09 18:29 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.6 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.0 | ||
|
|||||
Summary: | 0003150: classloader issue finding resources in WEB-INF/lib .jar file | ||||
Description: |
(rep by Mike McNally) Under Resin 3.1.6, I'm trying to get a Stripes-based project working. Stripes supports an auto-discovery mechanism whereby it searches the classpath for components that extend its functionality. I'm finding that when the mechanism tries to use the Resin "EnvironmentClassLoader" (which it plucks off the thread) to find resources, it cannot locate anything that's in a WEB-INF/lib jar file. It can find resources in the WEB-INF/classes directory however. Is this some sort of configuration issue, in that I need to tell Resin to allow those jar files to be searched? (What's happening specifically is that the call to getResources() is returning an empty Enumeration.) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|