pero 2005/02/15 01:42:35
Modified: webapps/docs changelog.xml
Log:
Refactor all IDataSender and factor out a base class
Add more MBeans attributes and operation
Add some statistics attributes
i18n support to senders
Add KeepAlive and Ack Handling to AsyncSocketSender
Add dynamic property handling to replicationtransmitter to transfer
attributes to senders
Fix some StoreConfig bugs
Add ReplicationTransmitter dynamic property handling to StoreConfig.
Revision Changes Path
1.234 +25 -1 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- changelog.xml 11 Feb 2005 19:47:45 -0000 1.233
+++ changelog.xml 15 Feb 2005 09:42:34 -0000 1.234
@@ -102,6 +102,15 @@
<bug>33368</bug>: Fix memory leak in swallowOutput feature which
occurred when the thread pool size is
reduced, submitted by Rainer Jung. (remm)
</fix>
+ <fix>
+ StoreConfig: can't save cluster Membership element (pero)
+ </fix>
+ <add>
+ StoreConfig: suppress default jkHome attribute at connector (pero)
+ </add>
+ <add>
+ StoreConfig: Save new dymanic properties from
ReplicationTransmitter (pero)
+ </add>
</changelog>
</subsection>
@@ -142,7 +151,7 @@
Add instance based ReplicationValve statistics to Mbean descriptor
(pero)
</fix>
<fix>
- Better I18N support to Cluster Session classes (pero)
+ Better I18N support to cluster session and tcp classes (pero)
</fix>
<add>
Support optional primaryIndicator at ReplicationValve to mark that
@@ -150,6 +159,21 @@
Easy failover detection, when mark is not at
configurable primaryIndicator attribute, submitted by Rainer
Jung (pero)
</add>
+ <update>
+ Refactor all implementation from interface IDataSenders (pero)
+ </update>
+ <add>
+ Add some usefull attributes and operations to the all sender
MBeans. (pero)
+ </add>
+ <add>
+ Add keepAlive and waitForAck handling to AsyncSocketSender
and factor out a DataSender base class.(pero)
+ </add>
+ <add>
+ ReplicationTransmitter: Enable and Disable autoreconnect sender
and waitForAck. (pero)
+ </add>
+ <add>
+ ReplicationTransmitter: transfer all properties to socket sender
from server.xml configuration. (pero)
+ </add>
</changelog>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]