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

Shane Bryzak sbryzak at redhat.com
Sun Jun 24 20:01:20 EDT 2007


  User: sbryzak2
  Date: 07/06/24 20:01:20

  Modified:    examples/seambay/resources/WEB-INF  components.xml
  Log:
  removed transaction stuff
  
  Revision  Changes    Path
  1.9       +0 -4      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- components.xml	24 Jun 2007 23:24:38 -0000	1.8
  +++ components.xml	25 Jun 2007 00:01:20 -0000	1.9
  @@ -5,7 +5,6 @@
               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
  @@ -13,7 +12,6 @@
                    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"/>
  @@ -30,8 +28,6 @@
       
       <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