This may be a bug in 1.1, but it is definitely calling the CacheLoader in 1.2:
   public Node get(Fqn fqn) throws CacheException {
  |       MethodCall m=new MethodCall(getNodeMethodLocal, new Object[]{fqn});
  |       return (Node)invokeMethod(m);
  |    }

The invokeMethod() passes the call through the interceptor chain, one of the 
interceptors is the CacheLoader.
Can you try with 1.2 (either from CVS head, or wait until mid December) ?


Bela

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856832


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to