"[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
In the code I'm looking (I dl:ed jboss-3.2.7RC1 src) there is no
'getMethodNodeLocal' in TreeCache.java.
In 1.2, does the interceptor also do get() rather than just put() (as it did in
1.1)?
I don't think I can wait until december. I'll try and dl head and build it
myself.
/Erik
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856863#3856863
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856863
-------------------------------------------------------
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