2 Replies Latest reply on Nov 16, 2007 8:57 AM by dreuzel

    seam  CLassloader  problems/quartz

      I'm trying to load a properties file from WEB-INF/


      using the THREAD.CurrentThread().GetContextClassLoader().getResource("WEB-INF/xxx.properties)

      this always returns a null
      instead of any interesting resource


      How can I read properties from within a sheduled job ????