[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Thu Feb 8 11:50:15 EST 2007


  User: gavin   
  Date: 07/02/08 11:50:15

  Modified:    seam-gen/resources/WEB-INF   components-war.xml
                        components.xml
  Log:
  add auto-create
  
  Revision  Changes    Path
  1.5       +1 -0      jboss-seam/seam-gen/resources/WEB-INF/components-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components-war.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components-war.xml	8 Feb 2007 08:59:16 -0000	1.4
  +++ components-war.xml	8 Feb 2007 16:50:15 -0000	1.5
  @@ -20,6 +20,7 @@
      <core:pages no-conversation-view-id="/home.xhtml"/>
      
      <core:managed-persistence-context name="entityManager"
  +                              auto-create="true"
                      entity-manager-factory="#{@projectName at EntityManagerFactory}"/>
   
      <core:entity-manager-factory name="@projectName at EntityManagerFactory" 
  
  
  
  1.13      +1 -0      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- components.xml	8 Feb 2007 08:59:16 -0000	1.12
  +++ components.xml	8 Feb 2007 16:50:15 -0000	1.13
  @@ -20,6 +20,7 @@
      <core:pages no-conversation-view-id="/home.xhtml"/>
      
      <core:managed-persistence-context name="entityManager"
  +                              auto-create="true"
                  persistence-unit-jndi-name="java:/@projectName at EntityManagerFactory"/>
   
      <core:ejb installed="@embeddedEjb@"/>
  
  
  



More information about the jboss-cvs-commits mailing list