[jboss-remoting-commits] JBoss Remoting SVN: r4774 - remoting2/branches/2.2/docs/guide/en.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Dec 30 00:08:53 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-12-30 00:08:53 -0500 (Tue, 30 Dec 2008)
New Revision: 4774

Modified:
   remoting2/branches/2.2/docs/guide/en/chap1.xml
   remoting2/branches/2.2/docs/guide/en/chap16.xml
   remoting2/branches/2.2/docs/guide/en/master.xml
Log:
JBREM-1039: Updated Remoting Guide.

Modified: remoting2/branches/2.2/docs/guide/en/chap1.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap1.xml	2008-12-30 02:35:26 UTC (rev 4773)
+++ remoting2/branches/2.2/docs/guide/en/chap1.xml	2008-12-30 05:08:53 UTC (rev 4774)
@@ -182,6 +182,16 @@
     <title>What's new?</title>
 
     <section>
+      <title>In release 2.2.2.SP11</title>
+      
+      <orderedlist>
+         <listitem><para>More flexible classloading by client side unmarshallers;</para></listitem>
+         <listitem><para>miscellaneous bug fixes.</para></listitem> 
+      </orderedlist>
+      
+    </section>
+    
+    <section>
       <title>In release 2.2.2.SP10</title>
       
       <orderedlist>

Modified: remoting2/branches/2.2/docs/guide/en/chap16.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap16.xml	2008-12-30 02:35:26 UTC (rev 4773)
+++ remoting2/branches/2.2/docs/guide/en/chap16.xml	2008-12-30 05:08:53 UTC (rev 4774)
@@ -17,6 +17,33 @@
   <para></para>
 
 <para>==========================================================================================================</para>
+<para>Release Notes - JBoss Remoting - Version 2.2.2.SP11</para>
+
+<para>Bug</para>
+
+    <para>* [JBREM-1041] - Remote classloading does not work with Isolated EARs, Part 2</para>
+    <para>* [JBREM-1042] - CLONE [JBREM-1019] - RemotingClassLoader needs option to delegate to user class loader before parent</para>
+    <para>* [JBREM-1045] - ServerInvokerCallbackHandler can suffer deadlock when used with BlockingCallbackStore</para>
+    <para>* [JBREM-1050] - HTTPClientInvoker does not support BASIC authentication for proxies when use of proxy is configured by system properties</para>
+    <para>* [JBREM-1052] - CLONE [JBREM-1046] - HTTPClientInvoker throws NullPointerException when HttpURLConnection.getInputStream() returns null</para>
+    <para>* [JBREM-1055] - ConnectionValidator.run() should have a sanity test to prevent calls from application code</para>
+    <para>* [JBREM-1056] - Fix race condition in InvokerRegistry</para>
+    <para>* [JBREM-1069] - Make ConnectorValidator configure ping period correctly</para>
+    <para>* [JBREM-1070] - Fix deadlock in ConnectionValidator</para>
+    <para>* [JBREM-1071] - IllegalStateException in ConnectorValidator.run()</para>
+    <para>* [JBREM-1072] - Synchronize access to static maps in MarshalFactory</para>
+    <para>* [JBREM-1073] - Allow invocations to stopped servers to throw CannotConnectExceptions</para>
+    
+    <para>Release</para>
+
+    <para>* [JBREM-1039] - Release 2.2.2.SP11</para>
+
+<para>Task</para>
+
+    <para>* [JBREM-1075] - Assure version compatibility with earlier versions of Remoting</para>
+    
+    
+<para>==========================================================================================================</para>
 <para>Release Notes - JBoss Remoting - Version 2.2.2.SP10</para>
 
 <para>Bug</para>

Modified: remoting2/branches/2.2/docs/guide/en/master.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/master.xml	2008-12-30 02:35:26 UTC (rev 4773)
+++ remoting2/branches/2.2/docs/guide/en/master.xml	2008-12-30 05:08:53 UTC (rev 4774)
@@ -22,9 +22,9 @@
   <bookinfo>
     <title>JBoss Remoting Guide</title>
 
-    <subtitle>JBoss Remoting version 2.2.2.SP10</subtitle>
+    <subtitle>JBoss Remoting version 2.2.2.SP11</subtitle>
 
-    <releaseinfo>October 1, 2008</releaseinfo>
+    <releaseinfo>December 31, 2008</releaseinfo>
 
     <mediaobject>
       <imageobject>




More information about the jboss-remoting-commits mailing list