karaznie
Aug 13th, 2004, 05:21 AM
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
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