SPRNET-1081 - Add an ExceptionThrowingAction to Spring.Validation framework
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
<objects xmlns="http://www.springframework.net">
|
||||
|
||||
|
||||
<object id="parentWithList" type="Spring.Objects.TestObject, Spring.Core.Tests">
|
||||
<property name="SomeGenericStringList">
|
||||
<list>
|
||||
<property name="SomeList">
|
||||
<list element-type="string">
|
||||
<value>Rob Harrop</value>
|
||||
<value>Rod Johnson</value>
|
||||
</list>
|
||||
@@ -12,13 +13,14 @@
|
||||
</object>
|
||||
|
||||
<object id="childWithList" parent="parentWithList">
|
||||
<property name="SomeGenericStringList">
|
||||
<list merge="true">
|
||||
<property name="SomeList">
|
||||
<list merge="true" element-type="string">
|
||||
<value>Juergen Hoeller</value>
|
||||
</list>
|
||||
</property>
|
||||
</object>
|
||||
|
||||
|
||||
<object id="childWithListOfRefs" parent="parentWithList">
|
||||
<property name="SomeList">
|
||||
<list merge="true">
|
||||
|
||||
@@ -2,9 +2,11 @@
|
||||
|
||||
<objects xmlns="http://www.springframework.net">
|
||||
|
||||
|
||||
|
||||
<object id="parentWithList" type="Spring.Objects.TestObject, Spring.Core.Tests">
|
||||
<property name="SomeList">
|
||||
<list element-type="string">
|
||||
<property name="SomeGenericStringList">
|
||||
<list>
|
||||
<value>Rob Harrop</value>
|
||||
<value>Rod Johnson</value>
|
||||
</list>
|
||||
@@ -12,8 +14,8 @@
|
||||
</object>
|
||||
|
||||
<object id="childWithList" parent="parentWithList">
|
||||
<property name="SomeList">
|
||||
<list merge="true" element-type="string">
|
||||
<property name="SomeGenericStringList">
|
||||
<list merge="true">
|
||||
<value>Juergen Hoeller</value>
|
||||
</list>
|
||||
</property>
|
||||
@@ -812,7 +812,7 @@
|
||||
<Content Include="Data\Spring\Objects\Factory\Xml\collections.xml" />
|
||||
<Content Include="Data\Spring\Objects\Factory\Xml\constructor-arg.xml" />
|
||||
<Content Include="Data\Spring\Objects\Factory\Xml\array-autowire.xml" />
|
||||
<Content Include="Data\Spring\Objects\Factory\Xml\collectionMergingGen.xml" />
|
||||
<Content Include="Data\Spring\Objects\Factory\Xml\collectionMergingGeneric.xml" />
|
||||
<Content Include="Data\Spring\Objects\Factory\Xml\collectionMerging.xml" />
|
||||
<Content Include="Data\Spring\Objects\Factory\Xml\objectNameGeneration.xml" />
|
||||
<Content Include="Data\Spring\Objects\Factory\Xml\simple-constructor-arg.xml" />
|
||||
|
||||
Reference in New Issue
Block a user