Removed the table names from the persistence unit description.
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Mon, 5 Jul 2010 14:36:13 +0000 (14:36 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Mon, 5 Jul 2010 14:36:13 +0000 (14:36 +0000)
commit47cbcfcbc5f6ae07b68e975463b0f18a7b7de0ed
tree553d94b2f487cc749bb3e508e5aea5a68f1c91b6
parent2b139c1499b9d5e77a1d8936a8b5363b7c29ea46
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