|
From: Tim K. <tim...@vi...> - 2004-08-05 15:39:34
|
Don't know if this already has been reported, but on the online user
reference document in section 3.3.2, the code example seems to have the
wrong closing tag. (should be </set> not </map>)
<!-- results in a setSomeSet(java.util.Set) call -->
<property name="someSet">
<set>
<value>just some string</value>
<ref bean="myDataSource"</ref>
</map>
</property>
|