Author: jeff.yuchang
Date: 2010-08-19 03:40:54 -0400 (Thu, 19 Aug 2010)
New Revision: 913
Modified:
branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/resources/META-INF/persistence.xml
branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/riftsaw/riftsaw-persistence.xml
Log:
* RIFTSAW-270, update persistence namespace declaration.
Modified:
branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/resources/META-INF/persistence.xml
===================================================================
---
branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/resources/META-INF/persistence.xml 2010-08-19
07:39:35 UTC (rev 912)
+++
branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/resources/META-INF/persistence.xml 2010-08-19
07:40:54 UTC (rev 913)
@@ -17,9 +17,10 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<persistence
xmlns="http://java.sun.com/xml/ns/persistence"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- version="1.0">
+ <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">
<persistence-unit name="ode-bpel" transaction-type="JTA">
<class>org.apache.ode.dao.jpa.bpel.ActivityRecoveryDAOImpl</class>
<class>org.apache.ode.dao.jpa.bpel.CorrelationSetDAOImpl</class>
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/riftsaw/riftsaw-persistence.xml
===================================================================
---
branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/riftsaw/riftsaw-persistence.xml 2010-08-19
07:39:35 UTC (rev 912)
+++
branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/riftsaw/riftsaw-persistence.xml 2010-08-19
07:40:54 UTC (rev 913)
@@ -17,9 +17,10 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<persistence
xmlns="http://java.sun.com/xml/ns/persistence"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- version="1.0">
+ <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">
<persistence-unit name="ode-bpel" transaction-type="JTA">
<mapping-file>META-INF/riftsaw-orm.xml</mapping-file>
<class>org.apache.ode.dao.jpa.bpel.ActivityRecoveryDAOImpl</class>