[jboss-cvs] jboss-seam/examples/wiki/src/etc/META-INF ...
Christian Bauer
christian at hibernate.org
Tue Sep 25 10:30:44 EDT 2007
User: cbauer
Date: 07/09/25 10:30:44
Modified: examples/wiki/src/etc/META-INF persistence-dev-war.xml
persistence-prod-war.xml
Log:
Recommending upgrade of JBoss-bundled Hibernate instead of deploying our own (which caused weird conflicts at runtime)
Revision Changes Path
1.12 +1 -1 jboss-seam/examples/wiki/src/etc/META-INF/persistence-dev-war.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: persistence-dev-war.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/persistence-dev-war.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- persistence-dev-war.xml 25 Aug 2007 17:59:22 -0000 1.11
+++ persistence-dev-war.xml 25 Sep 2007 14:30:44 -0000 1.12
@@ -7,7 +7,7 @@
<persistence-unit name="wiki" transaction-type="JTA">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
- <jta-data-source>wikiDatasource</jta-data-source>
+ <jta-data-source>java:/wikiDatasource</jta-data-source>
<properties>
<property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
<property name="hibernate.transaction.manager_lookup_class"
1.11 +1 -1 jboss-seam/examples/wiki/src/etc/META-INF/persistence-prod-war.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: persistence-prod-war.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/persistence-prod-war.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- persistence-prod-war.xml 30 Aug 2007 16:51:00 -0000 1.10
+++ persistence-prod-war.xml 25 Sep 2007 14:30:44 -0000 1.11
@@ -7,7 +7,7 @@
<persistence-unit name="wiki" transaction-type="JTA">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
- <jta-data-source>wikiDatasource</jta-data-source>
+ <jta-data-source>java:/wikiDatasource</jta-data-source>
<properties>
<property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5InnoDBDialect"/>
<property name="hibernate.transaction.manager_lookup_class"
More information about the jboss-cvs-commits
mailing list