[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak Shane_Bryzak at symantec.com
Wed Feb 14 04:15:29 EST 2007


  User: sbryzak2
  Date: 07/02/14 04:15:29

  Modified:    doc/reference/en/modules  remoting.xml
  Log:
  updated docs
  
  Revision  Changes    Path
  1.19      +3 -10     jboss-seam/doc/reference/en/modules/remoting.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remoting.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/remoting.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- remoting.xml	27 Nov 2006 03:28:17 -0000	1.18
  +++ remoting.xml	14 Feb 2007 09:15:29 -0000	1.19
  @@ -525,7 +525,7 @@
   
       <para> Or configure it via components.xml: </para>
   
  -    <programlisting>&lt;remoting:remoting-config debug=&quot;true&quot;/&gt;</programlisting>
  +    <programlisting>&lt;remoting:remoting debug=&quot;true&quot;/&gt;</programlisting>
   
       <para> To turn off debugging, call <literal>setDebug(false)</literal>. If you want to write your own messages to the
         debug log, call <literal>Seam.Remoting.log(message)</literal>. </para>
  @@ -708,7 +708,7 @@
             <literal>org.jboss.seam.remoting.messaging.subscriptionRegistry.allowedTopics</literal> in
             <literal>seam.properties</literal>, <literal>web.xml</literal> or <literal>components.xml</literal>. </para>
   
  -      <programlisting><![CDATA[<remoting:remoting-config poll-timeout="5" poll-interval="1"/>]]></programlisting>
  +      <programlisting><![CDATA[<remoting:remoting poll-timeout="5" poll-interval="1"/>]]></programlisting>
   
       </sect2>
   
  @@ -773,14 +773,7 @@
   
         <para> Via components.xml: </para>
   
  -      <programlisting>
  -          <![CDATA[
  -    <component name="org.jboss.seam.remoting.remotingConfig">
  -      <property name="pollTimeout">5</property>
  -      <property name="pollInterval">1</property>
  -    </component>
  -          ]]>
  -        </programlisting>
  +      <programlisting><![CDATA[<remoting:remoting poll-timeout="5" poll-interval="1"/>]]></programlisting>    
   
         <para> Via JavaScript: </para>
   
  
  
  



More information about the jboss-cvs-commits mailing list