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

Gavin King gavin.king at jboss.com
Sun Jun 24 02:44:27 EDT 2007


  User: gavin   
  Date: 07/06/24 02:44:26

  Modified:    examples/jee5/resources/WEB-INF  components.xml
  Log:
  update
  
  Revision  Changes    Path
  1.2       +3 -1      jboss-seam/examples/jee5/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/jee5/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	23 Jun 2007 18:34:01 -0000	1.1
  +++ components.xml	24 Jun 2007 06:44:26 -0000	1.2
  @@ -2,15 +2,17 @@
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:security="http://jboss.com/products/seam/security"
  +            xmlns:transaction="http://jboss.com/products/seam/transaction"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
  +                 http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-1.3.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
       <core:init jndi-pattern="java:comp/env/jboss-seam-jee5/#{ejbName}/local" debug="true"/>    
   
  -    <core:ejb-transaction-listener/>
  +    <transaction:ejb-transaction/>
   
       <core:manager conversation-timeout="120000" 
                     concurrent-request-timeout="500"
  
  
  



More information about the jboss-cvs-commits mailing list