summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/META-INF
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2009-11-06 09:34:30 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2009-11-06 09:34:30 -0400
commiteb8f9212dcb9b21a12b2ede169bfebd52b46fe76 (patch)
tree9133141d0b884c99ddc193c4ba77292c2d8c7544 /proxy/code/src/META-INF
parentde7c4e4d08406a3a77f85c9860a459e1ebe65542 (diff)
Fix sample test for ConsumerType via EntityManager.
Diffstat (limited to 'proxy/code/src/META-INF')
-rw-r--r--proxy/code/src/META-INF/persistence.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/proxy/code/src/META-INF/persistence.xml b/proxy/code/src/META-INF/persistence.xml
index 881b514..2ecd9fd 100644
--- a/proxy/code/src/META-INF/persistence.xml
+++ b/proxy/code/src/META-INF/persistence.xml
@@ -5,7 +5,6 @@
<persistence-unit name="test" transaction-type="RESOURCE_LOCAL">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
- <exclude-unlisted-classes>true</exclude-unlisted-classes>
<properties>
<property name="hibernate.connection.url" value="jdbc:hsqldb:mem:unit-testing-jpa"/>
<property name="hibernate.connection.driver_class" value="org.hsqldb.jdbcDriver"/>