[jboss-cvs] JBossAS SVN: r104945 - projects/ejb-book/trunk/chxx-poker/src/main/resources.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 18 16:14:02 EDT 2010
Author: ALRubinger
Date: 2010-05-18 16:14:02 -0400 (Tue, 18 May 2010)
New Revision: 104945
Modified:
projects/ejb-book/trunk/chxx-poker/src/main/resources/persistence.xml
Log:
[EJBBOOK-24] Update JPA Schema to 2
Modified: projects/ejb-book/trunk/chxx-poker/src/main/resources/persistence.xml
===================================================================
--- projects/ejb-book/trunk/chxx-poker/src/main/resources/persistence.xml 2010-05-18 20:13:40 UTC (rev 104944)
+++ projects/ejb-book/trunk/chxx-poker/src/main/resources/persistence.xml 2010-05-18 20:14:02 UTC (rev 104945)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
- 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">
+ 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_2_0.xsd"
+ version="2.0">
<persistence-unit name="tempdb">
<jta-data-source>java:/DefaultDS</jta-data-source>
<properties>
More information about the jboss-cvs-commits
mailing list