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

Ron Sigal ron_sigal at yahoo.com
Wed Mar 7 03:08:46 EST 2007


  User: rsigal  
  Date: 07/03/07 03:08:46

  Modified:    docs/guide/en  Tag: remoting_2_x chap5.xml
  Log:
  JBREM-634:  Restored correct name of CallbackStore.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.2.6  +3 -3      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.5
  retrieving revision 1.12.2.6
  diff -u -b -r1.12.2.5 -r1.12.2.6
  --- chap5.xml	7 Mar 2007 08:01:09 -0000	1.12.2.5
  +++ chap5.xml	7 Mar 2007 08:08:46 -0000	1.12.2.6
  @@ -3372,7 +3372,7 @@
                 <attribute name="Configuration">
                    <config>
                       <invoker transport="socket">
  -                       <attribute name="callbackStore">org.jboss.remoting.CallbackStore</attribute>
  +                       <attribute name="callbackStore">org.jboss.remoting.callback.CallbackStore</attribute>
                          <attribute name="callbackMemCeiling">30</attribute>
                       </invoker>
                       <handlers>
  @@ -3389,7 +3389,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;
   
  @@ -3431,7 +3431,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