Author: jflesch
Date: 2006-12-03 14:30:32 +0000 (Sun, 03 Dec 2006)
New Revision: 11210

Modified:
   trunk/apps/Thaw/src/thaw/fcp/FCPQueueManager.java
Log:
Should fix bug 917

Modified: trunk/apps/Thaw/src/thaw/fcp/FCPQueueManager.java
===================================================================
--- trunk/apps/Thaw/src/thaw/fcp/FCPQueueManager.java   2006-12-03 14:21:39 UTC 
(rev 11209)
+++ trunk/apps/Thaw/src/thaw/fcp/FCPQueueManager.java   2006-12-03 14:30:32 UTC 
(rev 11210)
@@ -178,7 +178,7 @@
                                        this.lastId = id;
                                }
                        } catch(Exception e) {
-                               Logger.notice(this, "Exception while parsing 
previous Id. Not really a problem");
+                               Logger.notice(this, "Exception while parsing 
previous Id (Not really a problem)");
                        }
                }

@@ -501,8 +501,12 @@

                        try {
                                
if(this.queryManager.getConnection().isConnected()
-                                  && 
!this.queryManager.getConnection().isWritingLocked())
+                                  && 
!this.queryManager.getConnection().isWritingLocked()
+                                  && queueCompleted) {
+
                                        this.schedule();
+
+                               }
                        } catch(java.util.ConcurrentModificationException e) {
                                Logger.notice(this, "Ordonnancor: Collision !");
                        } catch(Exception e) {


Reply via email to