luetzkendorf    2004/11/24 07:25:52

  Modified:    src/stores/org/apache/slide/store/mem
                        AbstractTransientStore.java
  Log:
  usage of new MapXAResource ctor
  
  Revision  Changes    Path
  1.5       +4 -6      
jakarta-slide/src/stores/org/apache/slide/store/mem/AbstractTransientStore.java
  
  Index: AbstractTransientStore.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/stores/org/apache/slide/store/mem/AbstractTransientStore.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AbstractTransientStore.java       28 Sep 2004 13:34:49 -0000      1.4
  +++ AbstractTransientStore.java       24 Nov 2004 15:25:52 -0000      1.5
  @@ -258,9 +258,7 @@
                        "be derived from TransactionalMapWrapper");
         }
         
  -      this.xaResource = new MapXAResource(this.store);
  -      // FIXME can't set logging because methods are not public, and
  -      // ctor doesn't take a loggerFacade
  +      this.xaResource = new MapXAResource(this.store, txLogger);
      }
   
      public void connect() throws ServiceConnectionFailedException {
  
  
  

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

Reply via email to