This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: seam CLassloader problems/quartzpmuir Nov 12, 2007 7:18 AM (in response to dreuzel)I think it should be /WEB-INF/xxx.properties. Better to use Seam's Resouces.getResouce() method as it checks all classpaths in your app. 
- 
        2. Re: seam CLassloader problems/quartzdreuzel Nov 16, 2007 8:57 AM (in response to dreuzel)sorry to reply somewhat later 
 but Resources.getResource("WEB-INF/xxx.properties",ServletContext)
 requires the ServletContext for class loading reference.
 I probaly miss something, but from a Quatz scheduled job
 I do not see how to get at the ServletContext
 
    