-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Yan Pujante opened SPR-2975 and commented
I created a BeanDefinitionDecorator which is associated to the 'config' element. I have the following example:
<bean id="b4.1" class="test.spring.TestSpring$Bean4">
<lin:config>
<property name="p1" value="v1"/>
</lin:config>
</bean>
<bean id="b9.3" class="test.spring.TestSpring$Bean9">
<property name="bean4">
<bean class="test.spring.TestSpring$Bean4">
<lin:config>
<property name="p1" value="v3"/>
</lin:config>
</bean>
</property>
</bean>
In the first example, my decorator gets invoked. In the second case it does not get invoked!
Affects: 2.0.1
Attachments:
- lispring.xsd (2.31 kB)
- test.spring (1.03 kB)
Issue Links:
- p namespace doesn't work for inner beans [SPR-2955] #7641 p namespace doesn't work for inner beans ("is depended on by")
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug