After some stuggling I can see the following attributes refreshing:

- NumberOfNodes
- Stores
- NumberOfAttributes

But the following are still not refreshing:

- HitMissRatio : 0
- Misses : 0
- Evictions : 0


I have digged in the class CacheMgmtInterceptor and it seams that


  | ...
  | PojoCacheIfc pojoCache = // lookup via jndi
  | return pojoCache.getObject(Fqn.fromString(fqn));
  | ...
  | 

does not result in a CacheMgmtInterceptor.invoke() call.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979287#3979287

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979287
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to