ORMappingConfig is now provided by the datasource component.
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Thu, 15 May 2008 10:17:54 +0000 (10:17 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Thu, 15 May 2008 10:17:54 +0000 (10:17 +0000)
commit2a22d6cf8dc6302a94f4121983d979d8f55da6ca
treec4b2738968c81167bb44f33243ebba850210e7a7
parent807d64a6737a022bdfd34607b14758f01bf0d13d
ORMappingConfig is now provided by the datasource component.

ExternalDatasourceComponent reads config from property file.
Next step is that it requires config from a separate
Properties object which is provided by either a property component,
or a DatabaseComponent (e.g. Derby).
system/spring/src/main/java/org/wamblee/system/spring/SpringComponent.java
system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java
system/spring/src/main/java/org/wamblee/system/spring/component/ORMappingConfig.java [new file with mode: 0644]
system/spring/src/test/java/org/wamblee/system/spring/SpringComponentTest.java
system/spring/src/test/java/org/wamblee/system/spring/SubSpringComponent.java [new file with mode: 0644]
system/spring/src/test/java/org/wamblee/system/spring/SubSpringComponent2.java [new file with mode: 0644]