Hi,
It seems that SpringIDE has problems with validating beans which use nested 'anonymous beans'. Simple exaple:
<bean id="foo" class="com.acme.Foo">
<property name="test">
<bean class="com.acme.Bar">
<property name="baz"><null/></property>
</bean>
</property>
</bean>
SpringIDE states that bean "foo" has no setter "baz". It's true, but com.acme.Bar has. Any ideas?
Artur


Reply With Quote
) in the upcoming version 1.0.4.