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

Norman Richards norman.richards at jboss.com
Fri Feb 23 12:41:55 EST 2007


  User: nrichards
  Date: 07/02/23 12:41:55

  Modified:    examples/jpa/resources/tomcat  components.xml
  Log:
  fix jpa on tomcat
  
  Revision  Changes    Path
  1.7       +5 -5      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- components.xml	9 Jan 2007 23:31:22 -0000	1.6
  +++ components.xml	23 Feb 2007 17:41:55 -0000	1.7
  @@ -2,8 +2,10 @@
   <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:security="http://jboss.com/products/seam/security"
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd 
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
   
       <core:init debug="true"/>    
  @@ -16,13 +18,11 @@
       <core:entity-manager-factory name="bookingDatabase"/>
       
       <core:managed-persistence-context name="em" 
  +                                      auto-create="true"
           entity-manager-factory="#{bookingDatabase}"/>
       
       <core:microcontainer installed="true"/>
       
  -    <!--
  -    <component class="org.jboss.seam.core.Microcontainer"
  -               installed="true"/>
  -    -->
  +    <security:identity authenticate-method="#{authenticator.authenticate}"/>  
       
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list