Hi,

I have bean configurations like:
Code:
  <bean id="verticalTabletGrassFileWriter"
	    class="com.sjv.iptools.export.vtablet.support.VerticalTabletGrassFileWriter"
		lazy-init="true">
		<constructor-arg index="0">
			<bean class="org.springframework.beans.factory.config.PropertyPathFactoryBean">
			  <property name="targetBeanName"><value>exportConfig</value></property>
			  <property name="propertyPath"><value>outputDir</value></property>
			</bean>
		</constructor-arg>
  </bean>
The ide plugin reports the following fake error msg:

Severity Description Resource In Folder Location Creation Time
2 No setter for property 'targetBeanName' defined in class 'com.sjv.iptools.export.vtablet.support.VerticalTa bletGrassFileWriter' exporter-application-context.xml SJVIP/main/src/java/com/sjv/iptools/export/ctx line 176 November 17, 2004 4:40:23 PM
2 No setter for property 'propertyPath' defined in class 'com.sjv.iptools.export.vtablet.support.VerticalTa bletGrassFileWriter' exporter-application-context.xml SJVIP/main/src/java/com/sjv/iptools/export/ctx line 177 November 17, 2004 4:40:23 PM
Could somebody help on this, thanks a lot.