Issue Details (XML | Word | Printable)

Key: SPRINGME-4
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: wilfred
Votes: 0
Watchers: 0
Operations

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

Add support for <map/> configuration

Created: 16/Feb/09 07:17 AM   Updated: 22/Feb/09 07:38 PM   Resolved: 22/Feb/09 06:38 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Tags:


 Description  « Hide

Add support for configuration like this:

<property name="someMap">
    <map>
        <entry>
            <key>
                <value>an entry</value>
            </key>
            <value>just some string</value>
        </entry>
        <entry>
            <key>
                <value>a ref</value>
            </key>
            <ref bean="myDataSource" />
        </entry>
    </map>
  </property>


There are no comments yet on this issue.