juergen     2002/08/08 22:58:47

  Modified:    src/stores/org/apache/slide/store/impl/rdbms J2EEStore.java
  Log:
  commented out the LOG_CHANNE variable which is not accessible from inner class, so 
slide didn't compile. (eckehard)
  
  Revision  Changes    Path
  1.4       +2 -2      
jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/J2EEStore.java
  
  Index: J2EEStore.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/J2EEStore.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- J2EEStore.java    8 Aug 2002 22:16:27 -0000       1.3
  +++ J2EEStore.java    9 Aug 2002 05:58:47 -0000       1.4
  @@ -130,8 +130,8 @@
                       connection.setAutoCommit(false);
                   }                   
               } catch (SQLException e) {
  -                getLogger().log("Couldn't get connection " + e.getMessage(),
  -                                LOG_CHANNEL, Logger.DEBUG);
  +//                getLogger().log("Couldn't get connection " + e.getMessage(),
  +//                                LOG_CHANNEL, Logger.DEBUG);
                   connection = globalConnection;
               }
           }
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to