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

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


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

  Modified:    examples/booking/resources/WEB-INF  components.xml
  Log:
  update
  
  Revision  Changes    Path
  1.19      +3 -1      jboss-seam/examples/booking/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/booking/resources/WEB-INF/components.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- components.xml	20 Jun 2007 21:46:29 -0000	1.18
  +++ components.xml	24 Jun 2007 06:44:15 -0000	1.19
  @@ -2,9 +2,11 @@
   <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/transaction http://jboss.com/products/seam/transaction-1.3.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
  @@ -14,7 +16,7 @@
                     concurrent-request-timeout="500"
                     conversation-id-parameter="cid"/>
   
  -    <core:ejb-transaction-listener/>
  +    <transaction:ejb-transaction/>
   
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list