[jboss-cvs] jboss-seam/src/main/org/jboss/seam/async ...

Michael Yuan michael.yuan at jboss.com
Tue Oct 16 12:48:56 EDT 2007


  User: myuan   
  Date: 07/10/16 12:48:56

  Modified:    src/main/org/jboss/seam/async  QuartzDispatcher.java
  Log:
  http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095689
  
  Revision  Changes    Path
  1.11      +1 -1      jboss-seam/src/main/org/jboss/seam/async/QuartzDispatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: QuartzDispatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/async/QuartzDispatcher.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- QuartzDispatcher.java	14 Oct 2007 17:42:51 -0000	1.10
  +++ QuartzDispatcher.java	16 Oct 2007 16:48:56 -0000	1.11
  @@ -55,7 +55,7 @@
   
        try 
        {
  -       InputStream is = Thread.currentThread().getContextClassLoader().getResourceAsStream("/seam.quartz.properties");
  +       InputStream is = Thread.currentThread().getContextClassLoader().getResourceAsStream("seam.quartz.properties");
          if (is != null) {
            schedulerFactory.initialize(is);
            log.debug("Found seam.quartz.properties file. Using it for Quartz config.");
  
  
  



More information about the jboss-cvs-commits mailing list