Issue Details (XML | Word | Printable)

Key: SPRNET-946
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Mark Pollack
Reporter: andreas scherrer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring.NET

Extend code example in chapter "19.4. Connection String management" of the reference documentation

Created: 28/May/08 10:37 AM   Updated: 24/Jul/08 10:33 AM
Component/s: Spring-NET-DOC
Affects Version/s: 1.1.2
Fix Version/s: 1.2 M1

Time Tracking:
Not Specified

Environment: n/a


 Description  « Hide
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

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Mark Pollack added a comment - 28/May/08 11:31 AM
done. also added a link back to the PropertyPlaceholderConfigurer section