-
Nov 15th, 2012, 03:30 PM
#1
passing parent id to bean() pointcut ?
[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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules