"[EMAIL PROTECTED]" wrote : 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
I've checked out jboss-head and rebuilt it. Calling the cache loader is now done from the interceptor. However, is calling TreeCache.get(Fqn) supposed to result in a call to CacheLoader.get(Fqn) if the node doesn't exist or the map empty? If invoke is called with the source method GetNodeMethodLocal then load_attributes is NOT set to true. /Erik ps somehthing seems to be screwed with this forum (behaviour-wise). I tried to pm you byt that doesn't work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857033#3857033 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857033 ------------------------------------------------------- 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