OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | gotm-commits List | December 2005 Index

<--  Date Index  --> <--  Thread Index  -->

CVS update of gotm/src/java/org/objectweb/gotm/lib/factory (1 file)


    Date: Friday, December 16, 2005 @ 18:22:55
  Author: rouvoy
    Path: /cvsroot/gotm/gotm/src/java/org/objectweb/gotm/lib/factory

Modified: TransactionFactoryCache.java

* TransactionFactory with caching is initialized with a default transaction.


------------------------------+
 TransactionFactoryCache.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: 
gotm/src/java/org/objectweb/gotm/lib/factory/TransactionFactoryCache.java
diff -u 
gotm/src/java/org/objectweb/gotm/lib/factory/TransactionFactoryCache.java:1.6 
gotm/src/java/org/objectweb/gotm/lib/factory/TransactionFactoryCache.java:1.7
--- 
gotm/src/java/org/objectweb/gotm/lib/factory/TransactionFactoryCache.java:1.6 
      Fri Dec 16 17:03:22 2005
+++ gotm/src/java/org/objectweb/gotm/lib/factory/TransactionFactoryCache.java 
  Fri Dec 16 18:22:55 2005
@@ -17,7 +17,7 @@
 Initial developer(s): Romain Rouvoy (romain.rouvoy@xxxxxxx)
 Contributor(s): .
 
--------------------------------------------------------------------------------
-$Id: TransactionFactoryCache.java,v 1.6 2005/12/16 16:03:22 rouvoy Exp $
+$Id: TransactionFactoryCache.java,v 1.7 2005/12/16 17:22:55 rouvoy Exp $
 
==============================================================================*/
 package org.objectweb.gotm.lib.factory;
 
@@ -29,7 +29,7 @@
 
 /**
  * @author <a href="mailto:Romain.Rouvoy@xxxxxxx";>Romain Rouvoy</a>
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
  */
 public class TransactionFactoryCache
         extends TransactionFactoryImpl
@@ -94,7 +94,7 @@
      * @see org.objectweb.fractal.api.control.CacheController#initFc()
      */
     public void initFc() {
-        // this.txStack.push(super.createTransaction());
+         this.txStack.push(super.createTransaction());
     }
 
     /*
@@ -102,6 +102,6 @@
      * @see org.objectweb.fractal.api.control.CacheController#clearFc()
      */
     public void clearFc() {
-        // this.txStack.clear();
+         this.txStack.clear();
     }
 }
\ No newline at end of file



<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.