[jboss-user] [JBossCache] - Re: TreeCache replication: No ClassLoaders found and using T
bstansberry@jboss.com
do-not-reply at jboss.com
Sat Nov 4 01:28:42 EST 2006
Is foo.MyBadObject a custom exception type that you are throwing from a TreeCacheListener callback? The failure you listed is happening as part of the deserialization of the response to the RPC that's used to replicate data. In JBC, responses to replication RPCs are null unless an exception is thrown. AFAIK the only way the response object would be your custom class would be if you are throwing the exception from a TreeCacheListener.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983171#3983171
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983171
More information about the jboss-user
mailing list