asmuts 2005/01/13 01:12:58
Modified: . project.xml
Log:
Fixed a bug that caused remote push to fail.
The event queues have an isAlive and an isWorking status. Originally isAlive
meant that it hadn't died. No isAlive means are there any threads that are
running. isWorking used to mean that there were threads working; now it means
that the queue is in working order. This terminology isn't clear and lead to a
bug. I will come up with new names.
The remote server used to check to see if a queue was alive before trying to
send an update to a local. When we made the queues shutdown from inactivity,
they started setting the isAlive to false. The remote server would then think
they were bad and not try to add events. I now made the remote server check to
see if the queue is working.
updated to bug fix version 1.2.1
Revision Changes Path
1.43 +2 -1 jakarta-turbine-jcs/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-jcs/project.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- project.xml 12 Jan 2005 01:23:06 -0000 1.42
+++ project.xml 13 Jan 2005 09:12:58 -0000 1.43
@@ -4,7 +4,7 @@
<pomVersion>3</pomVersion>
<name>Turbine JCS</name>
<id>jcs</id>
- <currentVersion>1.2-dev</currentVersion>
+ <currentVersion>1.2.1-dev</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org/</url>
@@ -190,6 +190,7 @@
<report>maven-javadoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-junit-report-plugin</report>
+ <report>maven-jcoverage-plugin</report>
<report>maven-tasklist-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-simian-plugin</report>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]