Hi
I'm trying to configure a LocalPersistenceManagerFactoryBean using multiple JDO properties files. How do I load multiple properties files? That bean takes either the properties or the location of the properties file. I'd like to specify multiple properties files to configure the PMF. How can I achieve that? I guess the alternative is to use the jdoProperties parameter of LocalPersistenceManagerFactoryBean and use the PropertyPlaceholderConfigurer to specify the properties. How do I achieve it either way?
Thanks in advance.
Srini


Reply With Quote