Author: jflesch
Date: 2007-08-21 13:22:07 +0000 (Tue, 21 Aug 2007)
New Revision: 14825
Modified:
trunk/apps/Thaw/src/thaw/plugins/Hsqldb.java
trunk/apps/Thaw/src/thaw/plugins/miniFrost/Frost.txt
trunk/apps/Thaw/src/thaw/plugins/miniFrost/frostKSK/KSKDraft.java
Log:
Fix another major bug when sending a message
Modified: trunk/apps/Thaw/src/thaw/plugins/Hsqldb.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/Hsqldb.java 2007-08-21 12:53:00 UTC
(rev 14824)
+++ trunk/apps/Thaw/src/thaw/plugins/Hsqldb.java 2007-08-21 13:22:07 UTC
(rev 14825)
@@ -71,7 +71,7 @@
connection.commit();
executeQuery("SHUTDOWN COMPACT");
connection.close();
- connection = null;
+ //connection = null;
}
}
Modified: trunk/apps/Thaw/src/thaw/plugins/miniFrost/Frost.txt
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/miniFrost/Frost.txt 2007-08-21
12:53:00 UTC (rev 14824)
+++ trunk/apps/Thaw/src/thaw/plugins/miniFrost/Frost.txt 2007-08-21
13:22:07 UTC (rev 14825)
@@ -58,12 +58,12 @@
<!--
Message ID list.
The first ID is the initial message.
- This message answer to the last ID.
+ This message answers to the last ID.
IDs are comma separated (no space).
(Note : why not using xml tags instead of commas ?)
Atm, Thaw only provides the latest id (Frost seems to accept
- it). Anyway, Thaw will only use the latest id (to avoid a
+ it). In any case, Thaw will only use the latest id (to avoid a
flooder sending messages with 20 false inReplyTo id per
message & because it's easier to implement :)
-->
Modified: trunk/apps/Thaw/src/thaw/plugins/miniFrost/frostKSK/KSKDraft.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/miniFrost/frostKSK/KSKDraft.java
2007-08-21 12:53:00 UTC (rev 14824)
+++ trunk/apps/Thaw/src/thaw/plugins/miniFrost/frostKSK/KSKDraft.java
2007-08-21 13:22:07 UTC (rev 14825)
@@ -132,7 +132,7 @@
}
- private static boolean initialInsertion = false;
+ private boolean initialInsertion = false;
public void post(FCPQueueManager queueManager) {
this.queueManager = queueManager;