aungmyo / impala

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

Consolidate default values for impala.properties #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r3887

The implementations of ContextLocationResolver print out default values for
impala.properties properties. Currently there are two sources of these values:

  * the implementation of ContextLocationResolver itself
  * the impala-*.xml bootstrap bean definition file

There should only be a single source for these.

One solution would be to have a syntax which can resolve a default value in
the bean definition file from a constant value. This could be done in a way
similar to the PropertyPlaceholderConfigurer.

In this way, both sources could resolve from a single constant file entry.

Original issue reported on code.google.com by philzoio...@googlemail.com on 21 Apr 2009 at 10:30

GoogleCodeExporter commented 9 years ago
Fixed with r3900

Original comment by philzoio...@googlemail.com on 23 Apr 2009 at 8:11