
|
If you were logged in you would be able to see more operations.
|
|
|
|
Hi
As I was unable to find a place to report my issue, I decided to try jira. Please let me know if this was inappropriate (I would be sorry!).
I feel that the code example after the sentence "Where Dao.xml has a connection string as shown below" in chapter 19.4 of the reference documentation should be extended to include the <object>-definition for the "PropertyPlaceholderConfigurer".
Something like (copied from "5.9.2.1. Example: The PropertyPlaceholderConfigurer"):
[code]
<object name="appConfigPropertyHolder"
type="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurer, Spring.Core">
<property name="configSections">
<value>DaoConfiguration,DatabaseConfiguration</value>
</property>
</object>
[/code]
Kind regards
andreas
|
|
Description
|
Hi
As I was unable to find a place to report my issue, I decided to try jira. Please let me know if this was inappropriate (I would be sorry!).
I feel that the code example after the sentence "Where Dao.xml has a connection string as shown below" in chapter 19.4 of the reference documentation should be extended to include the <object>-definition for the "PropertyPlaceholderConfigurer".
Something like (copied from "5.9.2.1. Example: The PropertyPlaceholderConfigurer"):
[code]
<object name="appConfigPropertyHolder"
type="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurer, Spring.Core">
<property name="configSections">
<value>DaoConfiguration,DatabaseConfiguration</value>
</property>
</object>
[/code]
Kind regards
andreas |
Show » |
|