Changeset 203


Ignore:
Timestamp:
03/03/10 09:43:15 (14 years ago)
Author:
oschonef
Message:
  • update Schema to conform to JPA 2.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/resources/META-INF/persistence.xml

    r147 r203  
    22<persistence xmlns="http://java.sun.com/xml/ns/persistence"
    33  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    4   xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
    5   version="1.0">
     4  xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
     5  version="2.0">
    66  <persistence-unit name="VirtualCollectionStore"
    77    transaction-type="RESOURCE_LOCAL">
Note: See TracChangeset for help on using the changeset viewer.