[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>
- <mbean code="org.jboss.remoting.CallbackStore"
+ <mbean code="org.jboss.remoting.callback.CallbackStore"
name="jboss.remoting:service=CallbackStore,type=Serializable"
display-name="Persisted Callback Store">
@@ -3431,7 +3431,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="StoreFilePath">callback</attribute>
<attribute name="StoreFileSuffix">cst</attribute>
</invoker>
More information about the jboss-cvs-commits
mailing list