diff options
author | avasseur <avasseur> | 2005-07-21 08:13:24 +0000 |
---|---|---|
committer | avasseur <avasseur> | 2005-07-21 08:13:24 +0000 |
commit | 66809e17d849d8ece4f0bd56c7424c1d79257b59 (patch) | |
tree | 034ef6f85732b5903cd26529c267987cd9e46086 /docs/adk15ProgGuideDB/ltw.xml | |
parent | 6a6669722b414814e142f419a29d3b2aa3ec09ba (diff) | |
download | aspectj-66809e17d849d8ece4f0bd56c7424c1d79257b59.tar.gz aspectj-66809e17d849d8ece4f0bd56c7424c1d79257b59.zip |
fix in ltw log + test + some doc on custom message handler is evil
Diffstat (limited to 'docs/adk15ProgGuideDB/ltw.xml')
-rw-r--r-- | docs/adk15ProgGuideDB/ltw.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ <literal>org.aspectj.bridge.IMessageHandler</literal> and that is visible from where the <literal>aop.xml</literal> is packed. If more than one such options are used, - the first occurence only is taken into account.</entry> + 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. + </entry> </row> </tbody> </tgroup> |