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

Peter Muir peter at bleepbleep.org.uk
Tue Oct 16 09:49:34 EDT 2007


  User: pmuir   
  Date: 07/10/16 09:49:34

  Modified:    examples/jpa/resources-jboss/META-INF  persistence.xml
  Log:
  Needs to be a non-jta-data-source
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/jpa/resources-jboss/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/jpa/resources-jboss/META-INF/persistence.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- persistence.xml	6 Jul 2007 21:41:35 -0000	1.1
  +++ persistence.xml	16 Oct 2007 13:49:34 -0000	1.2
  @@ -5,7 +5,7 @@
                version="1.0">
      <persistence-unit name="bookingDatabase" transaction-type="RESOURCE_LOCAL">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
  -      <jta-data-source>java:/DefaultDS</jta-data-source>
  +      <non-jta-data-source>java:/DefaultDS</non-jta-data-source>
         <properties>
            <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
            <property name="hibernate.show_sql" value="true"/>
  
  
  



More information about the jboss-cvs-commits mailing list