Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: "Bad" weaver exception

Andrew Clement wrote:
I am not aware of an outstanding bug in this area so please raise a new bugzilla report including your simple test case (thanks for isolating the problem!).

 I saw some
problems related to
annotation binding in this area but thought I'd resolved them all.

regards,
Andy.
---
Andy Clement
AspectJ


Bugzilla report is here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=86903

Side note: of course, the real world case is much more complicated:
We use the wormhole pattern to pass additional context info accros several layers of JSP/CustomTag-Code. I.E there is a custom Tag constituting the context. In the body of this tag there are includes
with other tags including other tags, and the tag handler of the
latter needs additional context in a speicific case.

regards,
Hermann.

---------------------------------------------------------------
Hermann Voßeler
Baader Wertpapierhandelsbank AG / IT
Weihenstephaner Straße 4
D-85716 Unterschleißheim
Internet: www.baaderbank.de
---------------------------------------------------------------


Back to the top