[jboss-cvs] jboss-seam/examples/registration/resources/META-INF ...

Gavin King gavin.king at jboss.com
Tue Jun 26 15:58:43 EDT 2007


  User: gavin   
  Date: 07/06/26 15:58:43

  Modified:    examples/registration/resources/META-INF  persistence.xml
  Log:
  get rid of client-side JSF state saving in examples
  
  Revision  Changes    Path
  1.9       +5 -3      jboss-seam/examples/registration/resources/META-INF/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/resources/META-INF/persistence.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- persistence.xml	3 Dec 2006 04:18:54 -0000	1.8
  +++ persistence.xml	26 Jun 2007 19:58:43 -0000	1.9
  @@ -3,6 +3,7 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" 
                version="1.0">
  +             
   	<persistence-unit name="userDatabase">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
         <jta-data-source>java:/DefaultDS</jta-data-source>
  @@ -10,4 +11,5 @@
            <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
         </properties>
   	</persistence-unit>
  +   
   </persistence>
  
  
  



More information about the jboss-cvs-commits mailing list