[jboss-cvs] jboss-seam/examples/jpa/resources-websphere61/META-INF ...
Peter Muir
peter at bleepbleep.org.uk
Wed Oct 3 09:49:37 EDT 2007
User: pmuir
Date: 07/10/03 09:49:37
Modified: examples/jpa/resources-websphere61/META-INF persistence.xml
Log:
fix websphere builds
Revision Changes Path
1.4 +1 -1 jboss-seam/examples/jpa/resources-websphere61/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-websphere61/META-INF/persistence.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- persistence.xml 3 Oct 2007 13:20:19 -0000 1.3
+++ persistence.xml 3 Oct 2007 13:49:37 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<persistence>
- <persistence-unit name="bookingDatabase" transaction-type="RESOURCE_LOCAL">
+ <persistence-unit name="bookingDatabase" transaction-type="JTA">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<jta-data-source>DefaultDatasource</jta-data-source>
<properties>
More information about the jboss-cvs-commits
mailing list