[bean id="parent" class="Foo"/]
[bean id="c1" parent="parent"/]
[bean id="c2" parent="parent"/]

[aop:advisor advice-ref="adviser2" pointcut="bean(parent)"/]

I want adviser2 to be called for c1 and c2. Looks like it does not work.
Have I missed something or should I create an issue about that?