[jboss-cvs] jboss-seam/examples/jpa/resources/tomcat ...

Gavin King gavin.king at jboss.com
Tue Jun 19 22:11:28 EDT 2007


  User: gavin   
  Date: 07/06/19 22:11:28

  Modified:    examples/jpa/resources/tomcat  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.12      +27 -25    jboss-seam/examples/jpa/resources/tomcat/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/resources/tomcat/components.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- components.xml	15 Jun 2007 05:11:47 -0000	1.11
  +++ components.xml	20 Jun 2007 02:11:28 -0000	1.12
  @@ -1,14 +1,16 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:core="http://jboss.com/products/seam/core"
  -            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +            xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:security="http://jboss.com/products/seam/security"
  +            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/persistence http://jboss.com/products/seam/persistence-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">
   
  -    <core:init debug="true"/>    
  +    <core:init debug="false"/>    
   
       <core:manager conversation-timeout="120000" 
                     concurrent-request-timeout="500"
  @@ -16,7 +18,7 @@
       
       <core:entity-manager-factory name="bookingDatabase"/>
       
  -    <core:managed-persistence-context name="em" 
  +    <persistence:managed-persistence-context name="em"
                                         auto-create="true"
                                         entity-manager-factory="#{bookingDatabase}"/>
       
  
  
  



More information about the jboss-cvs-commits mailing list