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)
commit26ff625dc8406ec06a519e57ceb760f8545defcd
tree378eee0587c6ddf78fd193e65928b57690e7e1fc
parent060a34e4f4bd6cc6dace77f94eacd57295e76c70
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).
trunk/system/spring/src/main/java/org/wamblee/system/spring/SpringComponent.java
trunk/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java
trunk/system/spring/src/main/java/org/wamblee/system/spring/component/ORMappingConfig.java [new file with mode: 0644]
trunk/system/spring/src/test/java/org/wamblee/system/spring/SpringComponentTest.java
trunk/system/spring/src/test/java/org/wamblee/system/spring/SubSpringComponent.java [new file with mode: 0644]
trunk/system/spring/src/test/java/org/wamblee/system/spring/SubSpringComponent2.java [new file with mode: 0644]