[jboss-cvs] jboss-seam/examples/remoting/chatroom/resources/WEB-INF ...

Shane Bryzak Shane_Bryzak at symantec.com
Wed Feb 14 04:12:39 EST 2007


  User: sbryzak2
  Date: 07/02/14 04:12:39

  Modified:    examples/remoting/chatroom/resources/WEB-INF  components.xml
  Log:
  RemotingConfig -> Remoting
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/remoting/chatroom/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/chatroom/resources/WEB-INF/components.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components.xml	16 Dec 2006 07:33:07 -0000	1.5
  +++ components.xml	14 Feb 2007 09:12:39 -0000	1.6
  @@ -20,7 +20,7 @@
           <property name="conversationTimeout">120000</property>
       </component>
       
  -    <component name="org.jboss.seam.remoting.remotingConfig">
  +    <component name="org.jboss.seam.remoting.remoting">
         <property name="debug">false</property>
         <property name="pollTimeout">2</property>
         <property name="pollInterval">1</property>
  
  
  



More information about the jboss-cvs-commits mailing list