From 66809e17d849d8ece4f0bd56c7424c1d79257b59 Mon Sep 17 00:00:00 2001 From: avasseur Date: Thu, 21 Jul 2005 08:13:24 +0000 Subject: fix in ltw log + test + some doc on custom message handler is evil --- docs/adk15ProgGuideDB/ltw.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/adk15ProgGuideDB/ltw.xml b/docs/adk15ProgGuideDB/ltw.xml index cbbdef913..27d55b746 100644 --- a/docs/adk15ProgGuideDB/ltw.xml +++ b/docs/adk15ProgGuideDB/ltw.xml @@ -353,7 +353,11 @@ org.aspectj.bridge.IMessageHandler and that is visible from where the aop.xml is packed. If more than one such options are used, - the first occurence only is taken into account. + the first occurence only is taken into account. + You must also be very cautious about using a custom handler since it is likely that it will be invoked + (as well as all its third parties) while the weaving is done, which means that f.e. it cannot be weaved + by the aspects that are configured within the same deployment unit. + -- cgit v1.2.3