blob: c12fb702852b9d5181419e90676cba4fe5b24914 [file] [log] [blame]
<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 persistence_1_0.xsd" version="1.0">
<persistence-unit name="broken-PU" transaction-type="RESOURCE_LOCAL">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties>
<!-- JDBC properties will be given by test.properties file in runtime -->
<property name="eclipselink.logging.level" value="OFF"/>
</properties>
</persistence-unit>
</persistence>