From: Erik Brakkee Date: Thu, 15 May 2008 10:17:54 +0000 (+0000) Subject: ORMappingConfig is now provided by the datasource component. X-Git-Tag: wamblee-utils-0.7~719 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=296ef6728606ccf316ba9b60af8b8a6585fb8835;hp=296ef6728606ccf316ba9b60af8b8a6585fb8835;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). ---