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

Gavin King gavin.king at jboss.com
Wed Jun 20 04:42:54 EDT 2007


  User: gavin   
  Date: 07/06/20 04:42:54

  Modified:    examples/contactlist/resources/META-INF  persistence.xml
  Log:
  fix tests
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/contactlist/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/contactlist/resources/META-INF/persistence.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- persistence.xml	3 Dec 2006 04:18:52 -0000	1.3
  +++ persistence.xml	20 Jun 2007 08:42:54 -0000	1.4
  @@ -3,7 +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">
  +	<persistence-unit name="userDatabase" transaction-type="JTA">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
         <jta-data-source>java:/DefaultDS</jta-data-source>
         <properties>
  
  
  



More information about the jboss-cvs-commits mailing list