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)
commit266aeaeb714403d86e571aff560f86d64a80694f
tree8f1922b90aae101e4646cdb922b92129c24c61c0
parent26ff625dc8406ec06a519e57ceb760f8545defcd
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).
trunk/security/src/test/java/org/wamblee/security/authorization/hibernate/PersistentAuthorizationServiceTest.java
trunk/security/src/test/java/org/wamblee/usermgt/hibernate/DatabaseComponentFactory.java [new file with mode: 0644]
trunk/security/src/test/java/org/wamblee/usermgt/hibernate/DatasourceComponent.java [moved from trunk/security/src/test/java/org/wamblee/usermgt/hibernate/ExternalDatasourceComponent.java with 66% similarity]
trunk/security/src/test/java/org/wamblee/usermgt/hibernate/HibernateUserAdministrationTest.java
trunk/security/src/test/java/org/wamblee/usermgt/hibernate/UserMgtRepositoryTestContainer.java