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

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  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.11      +3 -1      jboss-seam/examples/jpa/resources/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/components.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- components.xml	3 Jun 2007 20:56:48 -0000	1.10
  +++ components.xml	20 Jun 2007 02:11:28 -0000	1.11
  @@ -1,10 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:core="http://jboss.com/products/seam/core"
  +            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">
   
  @@ -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