From: Erik Brakkee 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.7~720 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e5106fcf4d35e746dc9eaecea220df3131aab4e4;hp=e5106fcf4d35e746dc9eaecea220df3131aab4e4;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). ---