From: erik Date: Thu, 15 May 2008 10:17:53 +0000 (+0000) Subject: ORMappingConfig is now provided by the datasource component. X-Git-Tag: wamblee-utils-0.2@603~117 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=060a34e4f4bd6cc6dace77f94eacd57295e76c70;hp=060a34e4f4bd6cc6dace77f94eacd57295e76c70;p=utils 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). ---