Removed the table names from the persistence unit description.
[utils] / test / enterprise / src / test / java / org / wamblee / support / persistence / MyPersistenceUnit.java
index 7a09d245a0feb29b2fb77c2942bc1b30dc87c5c4..5b1b278b20788afc33498dbad98426db80b1a130 100644 (file)
@@ -25,6 +25,6 @@ public class MyPersistenceUnit extends PersistenceUnitDescription {
     private static final String PERSISTENCE_UNIT_NAME = "org.wamblee.jee.support-test";
 
     public MyPersistenceUnit() {
-        super(JNDI_NAME, PERSISTENCE_UNIT_NAME, new MyTables());
+        super(JNDI_NAME, PERSISTENCE_UNIT_NAME);
     }
 }