You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/12/19 13:27:11 UTC

svn commit: r1220713 - in /incubator/jena/Scratch/AFS/Jena-Dev/trunk: log4j.properties src/dev/Jena163_TDBDifferentIds.java src/dsg/DSG_Notify.java src/dsg/DatasetGraphSimpleMem.java src/dsg/TestDatasetGraphSimpleMem.java

Author: andy
Date: Mon Dec 19 12:27:11 2011
New Revision: 1220713

URL: http://svn.apache.org/viewvc?rev=1220713&view=rev
Log: (empty)

Removed:
    incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dsg/DatasetGraphSimpleMem.java
    incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dsg/TestDatasetGraphSimpleMem.java
Modified:
    incubator/jena/Scratch/AFS/Jena-Dev/trunk/log4j.properties
    incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java
    incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dsg/DSG_Notify.java

Modified: incubator/jena/Scratch/AFS/Jena-Dev/trunk/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/jena/Scratch/AFS/Jena-Dev/trunk/log4j.properties?rev=1220713&r1=1220712&r2=1220713&view=diff
==============================================================================
--- incubator/jena/Scratch/AFS/Jena-Dev/trunk/log4j.properties (original)
+++ incubator/jena/Scratch/AFS/Jena-Dev/trunk/log4j.properties Mon Dec 19 12:27:11 2011
@@ -8,6 +8,7 @@ log4j.appender.stdlog.layout.ConversionP
 ## log4j.logger.com.hp.hpl.jena.tdb.transaction.TransactionManager=ALL
 ## log4j.logger.com.hp.hpl.jena.tdb.transaction.NodeTableTrans=ALL
 ## log4j.logger.com.hp.hpl.jena.tdb.base.file.FileBase=ALL
+log4j.logger.com.hp.hpl.jena.tdb.base.objectfile.ObjectFileStorage=ALL
 
 # Execution logging
 log4j.logger.com.hp.hpl.jena.arq.info=INFO

Modified: incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java
URL: http://svn.apache.org/viewvc/incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java?rev=1220713&r1=1220712&r2=1220713&view=diff
==============================================================================
--- incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java (original)
+++ incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java Mon Dec 19 12:27:11 2011
@@ -115,8 +115,8 @@ public class Jena163_TDBDifferentIds
     static {
         // Clearup !!!!!!!!!!!!!
         TransactionManager.DEBUG = inlineProgress ; 
-        //ObjectFileStorage.logging = true ;
-        //FileBase.DEBUG = inlineProgress ;
+        if ( false ) ObjectFileStorage.logging = true ;
+        if ( false ) FileBase.DEBUG = inlineProgress ;
         NodeTableTrans.FIXUP = true ;
         NodeTableTrans.APPEND_LOG = true ;
         // See also log4j.properties.

Modified: incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dsg/DSG_Notify.java
URL: http://svn.apache.org/viewvc/incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dsg/DSG_Notify.java?rev=1220713&r1=1220712&r2=1220713&view=diff
==============================================================================
--- incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dsg/DSG_Notify.java (original)
+++ incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dsg/DSG_Notify.java Mon Dec 19 12:27:11 2011
@@ -34,6 +34,8 @@ import com.hp.hpl.jena.sparql.core.Quad 
 
 public class DSG_Notify extends DatasetGraphWrapper
 {
+    // Need to intercept iterator.remove and do a notify.
+    
     //Enum-ization?
     static final String URI                 = "http://apache.org/jena/dataset" ;
     static final EventType etAddQuad        = new EventType(URI+"addQuad") ;