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

Shane Bryzak Shane_Bryzak at symantec.com
Sun Aug 6 06:12:30 EDT 2006


  User: sbryzak2
  Date: 06/08/06 06:12:30

  Modified:    examples/remoting/helloworld/resources/WEB-INF 
                        components.xml
  Log:
  Remoting configured via components.xml instead of JS
  
  Revision  Changes    Path
  1.2       +15 -11    jboss-seam/examples/remoting/helloworld/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/helloworld/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	10 Jun 2006 07:10:13 -0000	1.1
  +++ components.xml	6 Aug 2006 10:12:30 -0000	1.2
  @@ -9,4 +9,8 @@
           <property name="conversationTimeout">120000</property>
       </component>
   
  +    <component name="org.jboss.seam.remoting.remotingConfig">
  +      <property name="debug">true</property>
  +    </component>
  +
   </components>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list