
|
If you were logged in you would be able to see more operations.
|
|
|
Hibero
Created: 14 Nov 06 23:13
Updated: 26 Jan 07 19:06
|
|
| Component/s: |
Configuration
|
| Affects Version/s: |
2.0,
2.0.1
|
| Fix Version/s: |
2.0.2
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Bean properties defined at a Spring context file using property placeholders (i.e., ${...}) are not configured properly (i.e., their values are not set to the placeholder value).
|
|
Description
|
Bean properties defined at a Spring context file using property placeholders (i.e., ${...}) are not configured properly (i.e., their values are not set to the placeholder value). |
Show » |
|
Following bean definition should be added to the context file:
<bean id="placeholderConfig" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location" value="some_file.properties"/>
</bean>
The properties files must be found at the project classpath.