Test for constructor with unresolvable parameter name
Issue: SPR-13987
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user