[jboss-user] [JBossCache] - Re: TreeCache replication: No ClassLoaders found and using T
jyoonyang
do-not-reply at jboss.com
Fri Nov 3 18:41:11 EST 2006
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#3983144
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983144
More information about the jboss-user
mailing list