Status: New
Owner: ----
New issue 737 by [email protected]: Interceptor enhanced classes not
participating in type listener
http://code.google.com/p/google-guice/issues/detail?id=737
I'm using a type listener to register beans with JMX with the appropriate
annotation. And I'm using method interception to implement a "tracing"
annotation turning method call tracing on/off.
Unfortunately they interoperate poorly. Intercepted methods have their
classes enhanced, but the type listener only sees the plain instances, not
the enhanced. So the type listener fails to register it with JMX.
(Unless, of course, I'm doing it wrong.)
Attachments:
JMXTypeListener.java 2.2 KB
TraceModule.java 4.0 KB
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.