JBoss Remoting SVN: r5491 - remoting2/tags.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 23:01:55 -0400 (Tue, 15 Sep 2009)
New Revision: 5491
Added:
remoting2/tags/2.2.3-SP1/
Log:
Copied: remoting2/tags/2.2.3-SP1 (from rev 5490, remoting2/branches/2.2)
15 years, 3 months
JBoss Remoting SVN: r5490 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/bisocket.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 22:58:17 -0400 (Tue, 15 Sep 2009)
New Revision: 5490
Modified:
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
Log:
JBREM-1147: Disabled testControlConnectionFailureBeforeFirstCallback() since improvements for JBREM-1147 eliminate the expected failure.
Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java 2009-09-16 02:57:28 UTC (rev 5489)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java 2009-09-16 02:58:17 UTC (rev 5490)
@@ -1614,7 +1614,14 @@
}
- public void testControlConnectionFailureBeforeFirstCallback() throws Throwable
+ /**
+ * Disabling this test because recent changes to BisocketClientInvoker
+ * (JBREM-1147: "BisocketClientInvoker.createSocket() in callback mode should check for replaced control socket")
+ * allow better recovery, so that the failure expected in this test doesn't occur.
+ *
+ * @throws Throwable
+ */
+ public void DISABLEDtestControlConnectionFailureBeforeFirstCallback() throws Throwable
{
log.info("entering " + getName());
String host = InetAddress.getLocalHost().getHostName();
15 years, 3 months
JBoss Remoting SVN: r5489 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 22:57:28 -0400 (Tue, 15 Sep 2009)
New Revision: 5489
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
Log:
JBREM-1147: Disabled testControlConnectionFailureBeforeFirstCallback() since improvements for JBREM-1147 eliminate the expected failure.
Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java 2009-09-16 00:47:58 UTC (rev 5488)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java 2009-09-16 02:57:28 UTC (rev 5489)
@@ -1623,7 +1623,14 @@
}
- public void testControlConnectionFailureBeforeFirstCallback() throws Throwable
+ /**
+ * Disabling this test because recent changes to BisocketClientInvoker
+ * (JBREM-1147: "BisocketClientInvoker.createSocket() in callback mode should check for replaced control socket")
+ * allow better recovery, so that the failure expected in this test doesn't occur.
+ *
+ * @throws Throwable
+ */
+ public void DISABLEDtestControlConnectionFailureBeforeFirstCallback() throws Throwable
{
log.info("entering " + getName());
String host = InetAddress.getLocalHost().getHostName();
15 years, 3 months
JBoss Remoting SVN: r5488 - remoting2/branches/2.2/docs/guide/en.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 20:47:58 -0400 (Tue, 15 Sep 2009)
New Revision: 5488
Modified:
remoting2/branches/2.2/docs/guide/en/chap16.xml
Log:
JBREM-1157: Added 2.2.3.SP1 release notes.
Modified: remoting2/branches/2.2/docs/guide/en/chap16.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap16.xml 2009-09-16 00:38:09 UTC (rev 5487)
+++ remoting2/branches/2.2/docs/guide/en/chap16.xml 2009-09-16 00:47:58 UTC (rev 5488)
@@ -17,6 +17,39 @@
<para></para>
<para>==========================================================================================================</para>
+<para>Release Notes - JBoss Remoting - Version 2.2.3.SP1</para>
+
+<para>Bug</para>
+
+ <para>* [JBREM-1077] - Fix problem in CompressingMarshaller</para>
+ <para>* [JBREM-1101] - Low: Missing header validation in org.jboss.remoting.transport.servlet.ServletServerInvoker</para>
+ <para>* [JBREM-1105] - DefaultLoadBalancer doesn't use all available server (if there are x servers available it uses x-1 of these)</para>
+ <para>* [JBREM-1107] - SocketServerInvoker.IdleTimeoutTask interrupts ServerThreads during long invocation</para>
+ <para>* [JBREM-1143] - CLONE [JBREM-877] - New Socket Connection is being Created for Every Client Request to the Server</para>
+ <para>* [JBREM-1145] - HTTPUnMarshaller shouldn't use the value of content-type to determine the type of an object</para>
+ <para>* [JBREM-1147] - BisocketClientInvoker.createSocket() in callback mode should check for replaced control socket</para>
+ <para>* [JBREM-1148] - Remove log.info() calls from ServletServerInvoker</para>
+ <para>* [JBREM-1150] - Lease should update client list if PING invocation has same time as previous PING)</para>
+ <para>* [JBREM-1152] - If MicroSocketClientInvoker gets a SocketException in getConnection(), it should retry</para>
+ <para>* [JBREM-1154] - Client.connect() should throw an exception when Lease creation fails</para>
+
+<para>Feature Request</para>
+
+ <para>* [JBREM-1120] - Add a socket write timeout facility</para>
+ <para>* [JBREM-1139] - Modify PortUtil to allow a configurable range for MIN_UNPRIVILEGED_PORT and MAX_LEGAL_PORT.</para>
+ <para>* [JBREM-1146] - Treat IOException("Connection reset by peer") as a retriable exception</para>
+
+<para>Release</para>
+
+ <para>* [JBREM-1157] - Release 2.2.3.SP1</para>
+
+<para>Task</para>
+
+ <para>* [JBREM-1142] - Clarify use of "clientConnectAddress" in RemotingGuide</para>
+ <para>* [JBREM-1151] - Correct dependency discussion in Chapter 4 of Remoting Guide</para>
+ <para>* [JBREM-1156] - Assure version compatibility with earlier versions of Remoting2</para>
+
+<para>==========================================================================================================</para>
<para>Release Notes - JBoss Remoting - Version 2.2.3</para>
<para>Bug</para>
15 years, 3 months
JBoss Remoting SVN: r5487 - remoting2/branches/2.2/docs/guide/en.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 20:38:09 -0400 (Tue, 15 Sep 2009)
New Revision: 5487
Modified:
remoting2/branches/2.2/docs/guide/en/chap1.xml
Log:
JBREM-1157: Added highlights of 2.2.3.SP1 release.
Modified: remoting2/branches/2.2/docs/guide/en/chap1.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap1.xml 2009-09-16 00:37:36 UTC (rev 5486)
+++ remoting2/branches/2.2/docs/guide/en/chap1.xml 2009-09-16 00:38:09 UTC (rev 5487)
@@ -182,6 +182,18 @@
<title>What's new?</title>
<section>
+ <title>In release 2.2.3.SP1</title>
+
+ <orderedlist>
+ <listitem><para>Introduction of write timeout facility;</para></listitem>
+ <listitem><para>improved reliability for callbacks in bisocket transport;</para></listitem>
+ <listitem><para>improved treatment of invocation retries in socket and bisocket transports;</para></listitem>
+ <listitem><para>miscellaneous bug fixes.</para></listitem>
+ </orderedlist>
+
+ </section>
+
+ <section>
<title>In release 2.2.3</title>
<orderedlist>
15 years, 3 months
JBoss Remoting SVN: r5486 - remoting2/branches/2.2/docs/guide/en.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 20:37:36 -0400 (Tue, 15 Sep 2009)
New Revision: 5486
Modified:
remoting2/branches/2.2/docs/guide/en/master.xml
Log:
JBREM-1157: Set version to 2.2.3.SP1 and updated publication date.
Modified: remoting2/branches/2.2/docs/guide/en/master.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/master.xml 2009-09-16 00:30:28 UTC (rev 5485)
+++ remoting2/branches/2.2/docs/guide/en/master.xml 2009-09-16 00:37:36 UTC (rev 5486)
@@ -23,9 +23,9 @@
<bookinfo>
<title>JBoss Remoting Guide</title>
- <subtitle>JBoss Remoting version 2.2.3</subtitle>
+ <subtitle>JBoss Remoting version 2.2.3.SP1</subtitle>
- <releaseinfo>May 13, 2009</releaseinfo>
+ <releaseinfo>September 15, 2009</releaseinfo>
<mediaobject>
<imageobject>
15 years, 3 months
JBoss Remoting SVN: r5485 - remoting2/branches/2.2/docs.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 20:30:28 -0400 (Tue, 15 Sep 2009)
New Revision: 5485
Modified:
remoting2/branches/2.2/docs/README.txt
Log:
JBREM-1157: Added 2.2.3.SP1 release notes.
Modified: remoting2/branches/2.2/docs/README.txt
===================================================================
--- remoting2/branches/2.2/docs/README.txt 2009-09-16 00:24:01 UTC (rev 5484)
+++ remoting2/branches/2.2/docs/README.txt 2009-09-16 00:30:28 UTC (rev 5485)
@@ -27,6 +27,39 @@
in Jira, please create one.
==========================================================================================================
+Release Notes - JBoss Remoting - Version 2.2.3.SP1
+
+Bug
+
+ * [JBREM-1077] - Fix problem in CompressingMarshaller
+ * [JBREM-1101] - Low: Missing header validation in org.jboss.remoting.transport.servlet.ServletServerInvoker
+ * [JBREM-1105] - DefaultLoadBalancer doesn't use all available server (if there are x servers available it uses x-1 of these)
+ * [JBREM-1107] - SocketServerInvoker.IdleTimeoutTask interrupts ServerThreads during long invocation
+ * [JBREM-1143] - CLONE [JBREM-877] - New Socket Connection is being Created for Every Client Request to the Server
+ * [JBREM-1145] - HTTPUnMarshaller shouldn't use the value of content-type to determine the type of an object
+ * [JBREM-1147] - BisocketClientInvoker.createSocket() in callback mode should check for replaced control socket
+ * [JBREM-1148] - Remove log.info() calls from ServletServerInvoker
+ * [JBREM-1150] - Lease should update client list if PING invocation has same time as previous PING
+ * [JBREM-1152] - If MicroSocketClientInvoker gets a SocketException in getConnection(), it should retry
+ * [JBREM-1154] - Client.connect() should throw an exception when Lease creation fails
+
+Feature Request
+
+ * [JBREM-1120] - Add a socket write timeout facility
+ * [JBREM-1139] - Modify PortUtil to allow a configurable range for MIN_UNPRIVILEGED_PORT and MAX_LEGAL_PORT.
+ * [JBREM-1146] - Treat IOException("Connection reset by peer") as a retriable exception
+
+Release
+
+ * [JBREM-1157] - Release 2.2.3.SP1
+
+Task
+
+ * [JBREM-1142] - Clarify use of "clientConnectAddress" in RemotingGuide
+ * [JBREM-1151] - Correct dependency discussion in Chapter 4 of Remoting Guide
+ * [JBREM-1156] - Assure version compatibility with earlier versions of Remoting
+
+==========================================================================================================
Release Notes - JBoss Remoting - Version 2.2.3
Bug
15 years, 3 months
JBoss Remoting SVN: r5484 - remoting2/branches/2.2.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 20:24:01 -0400 (Tue, 15 Sep 2009)
New Revision: 5484
Modified:
remoting2/branches/2.2/build.xml
Log:
JBREM-1157: Set version to 2.2.3.SP1.
Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml 2009-09-16 00:09:31 UTC (rev 5483)
+++ remoting2/branches/2.2/build.xml 2009-09-16 00:24:01 UTC (rev 5484)
@@ -38,9 +38,9 @@
<!-- Module name(s) & version -->
<property name="module.name" value="remoting"/>
<property name="module.Name" value="JBoss Remoting"/>
- <property name="module.version" value="2.2.3"/>
+ <property name="module.version" value="2.2.3.SP1"/>
<!-- extension is for the file suffix to use for distribution build -->
- <property name="module.version.extension" value="2_2_3"/>
+ <property name="module.version.extension" value="2_2_3_SP1"/>
<property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
<property name="root.dir" value="${basedir}"/>
15 years, 3 months
JBoss Remoting SVN: r5483 - remoting2/branches/2.2.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 20:09:31 -0400 (Tue, 15 Sep 2009)
New Revision: 5483
Modified:
remoting2/branches/2.2/build.xml
Log:
JBREM-1156: Added 2.2.3 version compatibility test.
Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml 2009-09-16 00:08:12 UTC (rev 5482)
+++ remoting2/branches/2.2/build.xml 2009-09-16 00:09:31 UTC (rev 5483)
@@ -1368,8 +1368,31 @@
<param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
<param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
</antcall>
-
+
<!-- ******************************************************************************** -->
+ <!-- Current <- -> 2.2.3 -->
+ <antcall target="tests.versioning.all_transports" inheritrefs="true">
+ <param name="jboss-junit-configuration" value="2_2_3-client"/>
+ <param name="client.classpath" value="${etc.dir}/lib/remoting_2_2_3/jboss-remoting.jar"/>
+ <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
+ <param name="client.pre_2_0_compatible" value=""/>
+ <param name="server.pre_2_0_compatible" value=""/>
+ <param name="client.version" value=""/>
+ <param name="server.version" value="2"/>
+ <param name="check_connection" value="false"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports" inheritrefs="true">
+ <param name="jboss-junit-configuration" value="2_2_3-server"/>
+ <param name="server.classpath" value="${etc.dir}/lib/remoting_2_2_3/jboss-remoting.jar"/>
+ <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
+ <param name="client.pre_2_0_compatible" value=""/>
+ <param name="server.pre_2_0_compatible" value=""/>
+ <param name="client.version" value="2"/>
+ <param name="server.version" value=""/>
+ <param name="check_connection" value="false"/>
+ </antcall>
+
+ <!-- ******************************************************************************** -->
<!-- Current <- -> 2.2.2.SP11 -->
<antcall target="tests.versioning.all_transports" inheritrefs="true">
<param name="jboss-junit-configuration" value="2_2_2_SP11-client"/>
15 years, 3 months
JBoss Remoting SVN: r5482 - in remoting2/branches/2.2/src/etc/lib: remoting_2_2_3 and 1 other directory.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2009-09-15 20:08:12 -0400 (Tue, 15 Sep 2009)
New Revision: 5482
Added:
remoting2/branches/2.2/src/etc/lib/remoting_2_2_3/
remoting2/branches/2.2/src/etc/lib/remoting_2_2_3/jboss-remoting.jar
Log:
JBREM-1156: Added 2.2.3 jboss-remoting.jar.
Added: remoting2/branches/2.2/src/etc/lib/remoting_2_2_3/jboss-remoting.jar
===================================================================
(Binary files differ)
Property changes on: remoting2/branches/2.2/src/etc/lib/remoting_2_2_3/jboss-remoting.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 3 months