Hi,

After searching the forum (and the internet) a bit, it seems to be a known issue that any MBean with both @Transactional and @ManagedResource annotations will not be exported to JMX, because the transactional proxy wouldn't have the @ManagedResource annotation.

First of all, I would just like to make sure that what I stated above is correct.
Second, how can I work around this issue? I would prefer not to use class proxies.

Thank you,
Yevgeny.