Using Spring IDE Beans Configuration Support 1.0.3 and Spring 1.1.1.
I have the following bean definition:
Spring Beans consistently tells me:Code:<bean id="daoParent" abstract="true"> <property name="sessionFactory"><ref local="sessionFactory"/></property> </bean>
The actual ApplicationContext loads up fine.Code:Attribute "abstract" must be declared for element type "bean".
Any idea what Spring Beans is expecting here?
Best regards,
Assaf


Reply With Quote
)
