Errr....
I found the culprit. When specifying the node to activate and register class loader, you
MUST prefix the node name with a forward slash.
| cache.registerClassLoader("/test", this.getClass().getClassLoader());
| cache.activateRegion("/test");
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983144#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...