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

Michael Youngstrom youngm at gmail.com
Mon May 7 12:00:18 EDT 2007


  User: myoungstrom
  Date: 07/05/07 12:00:18

  Modified:    examples/spring/resources/META-INF  persistence.xml
  Log:
  set persistence-context type to JTA
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/spring/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/spring/resources/META-INF/persistence.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- persistence.xml	18 Feb 2007 19:57:58 -0000	1.2
  +++ persistence.xml	7 May 2007 16:00:18 -0000	1.3
  @@ -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="bookingDatabase">
  +    <persistence-unit name="bookingDatabase" 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