dev@glassfish.java.net

Monitoring: _at_ProbeListener never called?

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Fri, 03 Jul 2009 15:30:37 +0200

Hi,

I have an issue, after registering ProbeProvider and corresponding
StatsProvider, which uses @ProbeListener annotation, the actual
listener methods never get called.
I added logging to emitter and probe listener codes, and checked, that
emitter notifies the probe provider, but probe listener callback
methods are never called.

Probably I missed something obvious there. Here I attach ProbeProvider
and StatsProvider sources, can someone check what is wrong with them?

Thank you in advance.

WBR,
Alexey.

PS: I didn't forget to declare ProbeProvider in META-INF and there is
no error logged in server.log