Well.. I could replicate this in a testcase.. so it is a problem.
You have Server1, Server2, and Server3
Then you have a map:
1->2
2->3
3->1
Now you kill server1:
Map now is:
2->3
3>2
You don't have 1 on the MAP.
When a connection on server1 fails.. it won't find an ID on failoverMAP. I could
replicate this on a testcase.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002529#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...