[jboss-dev-forums] [Design of Clustering on JBoss] - Re: JBAS-5647 HAPartition Sync Call with RspFilter
bstansberry@jboss.com
do-not-reply at jboss.com
Mon Jul 14 00:05:49 EDT 2008
One problem I see in this is handling of ClusterPartition.NoHandlerForRPC, which is what ClusterPartition.RPCHandler returns if the requested service name isn't registered on that node. ResponseFilter impls will need to know how to deal with that, which means making the class a public top level class.
For example, a ResponseFilter for HA-JNDI calls shouldn't accept a NoHandlerForRPC and then return true from needMoreResponses().
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164135#4164135
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164135
More information about the jboss-dev-forums
mailing list