Test for constructor with unresolvable parameter name

Issue: SPR-13987
This commit is contained in:
Juergen Hoeller
2016-02-29 11:18:23 +01:00
parent 1815a6a7eb
commit 8e5e384de7
2 changed files with 16 additions and 2 deletions

View File

@@ -227,4 +227,8 @@
</constructor-arg>
</bean>
<bean id="constructorUnresolvableName" class="java.util.concurrent.atomic.AtomicInteger" scope="prototype">
<constructor-arg name="initialValue" value="1"/>
</bean>
</beans>