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

Gavin King gavin.king at jboss.com
Sat Jan 27 14:22:08 EST 2007


  User: gavin   
  Date: 07/01/27 14:22:08

  Modified:    examples/jpa/resources  components.xml
  Log:
  get rid of create=true
  
  Revision  Changes    Path
  1.5       +3 -2      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	9 Jan 2007 23:31:21 -0000	1.4
  +++ components.xml	27 Jan 2007 19:22:08 -0000	1.5
  @@ -16,6 +16,7 @@
       <core:entity-manager-factory name="bookingDatabase"/>
       
       <core:managed-persistence-context name="em" 
  +                               auto-create="true" 
           entity-manager-factory="#{bookingDatabase}"/>
       
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list