Property files are now being read by the property component
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Thu, 15 May 2008 20:19:34 +0000 (20:19 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Thu, 15 May 2008 20:19:34 +0000 (20:19 +0000)
commit077d6715a3a4a48d7b552781de0654e3991962be
treee45a61a21897d84e8e8fe917fc37bf51c77c5fb6
parent2a22d6cf8dc6302a94f4121983d979d8f55da6ca
Property files are now being read by the property component
so they can also be provided by another component (such as a database
which is started).
security/src/test/java/org/wamblee/security/authorization/hibernate/PersistentAuthorizationServiceTest.java
security/src/test/java/org/wamblee/usermgt/hibernate/DatabaseComponentFactory.java [new file with mode: 0644]
security/src/test/java/org/wamblee/usermgt/hibernate/DatasourceComponent.java [moved from security/src/test/java/org/wamblee/usermgt/hibernate/ExternalDatasourceComponent.java with 66% similarity]
security/src/test/java/org/wamblee/usermgt/hibernate/HibernateUserAdministrationTest.java
security/src/test/java/org/wamblee/usermgt/hibernate/UserMgtRepositoryTestContainer.java