juergen     01/09/05 01:59:13

  Modified:    src/share/org/apache/slide/store AbstractStore.java
  Log:
  for some mysterious CVS reason, the latest change was not transported to CVS. do it 
again.
  
  Revision  Changes    Path
  1.21      +5 -5      
jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java
  
  Index: AbstractStore.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- AbstractStore.java        2001/09/04 12:04:25     1.20
  +++ AbstractStore.java        2001/09/05 08:59:13     1.21
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java,v 1.20 
2001/09/04 12:04:25 juergen Exp $
  - * $Revision: 1.20 $
  - * $Date: 2001/09/04 12:04:25 $
  + * $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java,v 1.21 
2001/09/05 08:59:13 juergen Exp $
  + * $Revision: 1.21 $
  + * $Date: 2001/09/05 08:59:13 $
    *
    * ====================================================================
    *
  @@ -89,7 +89,7 @@
    * Abstract implementation of a store. Handles all caching operations.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Remy Maucherat</a>
  - * @version $Revision: 1.20 $
  + * @version $Revision: 1.21 $
    */
   public abstract class AbstractStore extends AbstractSimpleService
       implements Store {
  @@ -545,7 +545,7 @@
           } catch (Throwable t) {
               delist(nodeStore, false);
               // Wrap everything else in a ServiceAccessException
  -            throw new ServiceAccessException(nodeStore, t.getMessage());
  +            throw new ServiceAccessException(contentStore, t);
           }
           delist(nodeStore);
       }
  
  
  

Reply via email to