I took a quick look at the PojoCache implementation and it looks like you may be correct that the CacheMgmtInterceptor isn't invoked when an aop method such as getObject() or putObject() is invoked. Statistics would be accumulated when a TreeCache method such as put() or get() is invoked.
You should probably open a JIRA issue so that this can be tracked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979460#3979460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979460 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
