[jboss-cvs] JBossRemoting/docs/guide/en ...

Ron Sigal ron_sigal at yahoo.com
Wed Mar 7 01:05:04 EST 2007


  User: rsigal  
  Date: 07/03/07 01:05:04

  Modified:    docs/guide/en  Tag: remoting_2_x chap5.xml
  Log:
  JBREM-634:  Minor corrections.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.2.3  +7 -5      JBossRemoting/docs/guide/en/chap5.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap5.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap5.xml,v
  retrieving revision 1.12.2.2
  retrieving revision 1.12.2.3
  diff -u -b -r1.12.2.2 -r1.12.2.3
  --- chap5.xml	7 Mar 2007 04:23:24 -0000	1.12.2.2
  +++ chap5.xml	7 Mar 2007 06:05:02 -0000	1.12.2.3
  @@ -1585,7 +1585,7 @@
         responds with an error, can add config to the configuration map passed
         to the <code>Client.invoke()</code> method where they key is
         <code>HTTPMetadataConstants.NO_THROW_ON_ERROR</code> (actual text value
  -      'NoThrowOnError') and a value of of type java.lang.String set to 'true'.
  +      'NoThrowOnError') and a value of type java.lang.String set to 'true'.
         This will cause the http client invoker to not throw an exception, but
         instead return the data from the web server error stream. In the case
         that the data returned from this error stream is of type
  @@ -2969,7 +2969,9 @@
         </para>
         
         <para>
  -      The persistence policy indicates at what point the server has too little free memory available and therefore the callback message should be put into a persistent store. This policy can be configured via the
  +      The persistence policy indicates at what point the server has too little free
  +      memory available and therefore the callback message should be put into a
  +      persistent store. This policy can be configured via the
         <code>memPercentCeiling</code> attribute (see more on configuring this
         below).</para>
         
  @@ -3101,7 +3103,7 @@
                 &lt;attribute name="Configuration"&gt;
                    &lt;config&gt;
                       &lt;invoker transport="socket"&gt;
  -                       &lt;attribute name="callbackStore"&gt;org.jboss.remoting.CallbackStore&lt;/attribute&gt;
  +                       &lt;attribute name="callbackStore"&gt;org.jboss.remoting.callback.CallbackStore&lt;/attribute&gt;
                          &lt;attribute name="callbackMemCeiling"&gt;30&lt;/attribute&gt;
                       &lt;/invoker&gt;
                       &lt;handlers&gt;
  @@ -3118,7 +3120,7 @@
         and declaration of CallbackStore as service:</para>
   
         <programlisting>
  -           &lt;mbean code="org.jboss.remoting.CallbackStore"
  +           &lt;mbean code="org.jboss.remoting.callback.CallbackStore"
                    name="jboss.remoting:service=CallbackStore,type=Serializable"
                    display-name="Persisted Callback Store"&gt;
   
  @@ -3160,7 +3162,7 @@
                 &lt;attribute name="Configuration"&gt;
                    &lt;config&gt;
                       &lt;invoker transport="socket"&gt;
  -                       &lt;attribute name="callbackStore"&gt;org.jboss.remoting.CallbackStore&lt;/attribute&gt;
  +                       &lt;attribute name="callbackStore"&gt;org.jboss.remoting.callback.CallbackStore&lt;/attribute&gt;
                          &lt;attribute name="StoreFilePath"&gt;callback&lt;/attribute&gt;
                          &lt;attribute name="StoreFileSuffix"&gt;cst&lt;/attribute&gt;
                       &lt;/invoker&gt;
  
  
  



More information about the jboss-cvs-commits mailing list