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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Feb 6 11:26:35 EST 2007


  User: sbryzak2
  Date: 07/02/06 11:26:35

  Modified:    examples/seamspace/resources/WEB-INF  components.xml
  Log:
  multipart configuration
  
  Revision  Changes    Path
  1.18      +5 -0      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- components.xml	4 Feb 2007 11:24:33 -0000	1.17
  +++ components.xml	6 Feb 2007 16:26:35 -0000	1.18
  @@ -27,4 +27,9 @@
           <property name="persistenceUnitJndiName">java:/seamspaceEntityManagerFactory</property>
       </component>        
               
  +    <component class="org.jboss.seam.servlet.MultipartConfig">
  +        <property name="createTempFiles">true</property>
  +        <property name="maxRequestSize">1000000</property>
  +    </component>
  +            
   </components>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list