Removed the table names from the persistence unit description.
authorErik Brakkee <erik@brakkee.org>
Mon, 5 Jul 2010 14:36:13 +0000 (14:36 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 5 Jul 2010 14:36:13 +0000 (14:36 +0000)
commitc63e76e400f06f51ba235b9e6658bfa3149c1d48
tree553d94b2f487cc749bb3e508e5aea5a68f1c91b6
parentf9ccadb956bac942258d9892c66e481ac2aec446
Removed the table names from the persistence unit description.
The JPA providers no drop the tables themselves.
This is also more robust.
The databasetester should now be created through the dbutils instead of
through the JPA support.
security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaUserAdministrationTest.java
security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaUserSetTest.java
security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/SecurityPersistenceUnit.java
test/enterprise/src/main/java/org/wamblee/support/persistence/DatabaseUtils.java
test/enterprise/src/main/java/org/wamblee/support/persistence/JpaTester.java
test/enterprise/src/main/java/org/wamblee/support/persistence/PersistenceUnitDescription.java
test/enterprise/src/test/java/org/wamblee/support/persistence/DatabaseUtilsLeakTest.java
test/enterprise/src/test/java/org/wamblee/support/persistence/DatabaseUtilsTestBase.java
test/enterprise/src/test/java/org/wamblee/support/persistence/MyEntityExampleTestBase.java
test/enterprise/src/test/java/org/wamblee/support/persistence/MyPersistenceUnit.java