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

Shane Bryzak sbryzak at redhat.com
Sun Jun 24 19:24:39 EDT 2007


  User: sbryzak2
  Date: 07/06/24 19:24:39

  Modified:    examples/seambay/resources/WEB-INF  components.xml
  Log:
  added <transaction:ejb-transaction/>
  
  Revision  Changes    Path
  1.8       +4 -0      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/components.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- components.xml	24 Jun 2007 07:09:52 -0000	1.7
  +++ components.xml	24 Jun 2007 23:24:38 -0000	1.8
  @@ -5,6 +5,7 @@
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:drools="http://jboss.com/products/seam/drools"
               xmlns:web="http://jboss.com/products/seam/web"
  +            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
  @@ -12,6 +13,7 @@
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
                    http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.3.xsd
  +                 http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-1.3.xsd                 
                    http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd">
   
       <core:init jndi-pattern="@jndiPattern@" debug="true"/>
  @@ -28,6 +30,8 @@
       
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
       
  +    <transaction:ejb-transaction/>
  +    
       <persistence:managed-persistence-context name="entityManager" auto-create="true"
                   persistence-unit-jndi-name="java:/seambayEntityManagerFactory"/>
       
  
  
  



More information about the jboss-cvs-commits mailing list