skynazo / impala

Automatically exported from code.google.com/p/impala
0 stars 1 forks source link

ExternalPropertiesFactoryBean does not work with Spring 3.0.1 #341

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Applies as of r5625

This is because with Spring 3, PropertiesFactoryBean no longer defines the 
method 'createInstance()', instead, using 'mergeProperties()' directly.

Simple fix is the override the latter method.

Original issue reported on code.google.com by philzoio...@googlemail.com on 28 Jun 2010 at 8:06

GoogleCodeExporter commented 8 years ago
Fixed with r5626

Original comment by philzoio...@googlemail.com on 8 Sep 2010 at 8:34