running jboss-3.2.3 and a copy of the all config and a remote clustered stateless 
session bean deployed on two jboss instances. 

a client in another jvm does a lookup on the home interface, assuming the home 
interface isnt cached, and upon successful lookup puts the home proxy in a cache. 
given that the jboss instance to which the home interface was bound is brought down 
then a subsequent lookup from the client will hit the "stale home inteface" now in the 
cache. and to my surprise trying to obtain the remote interface from the "stale home 
interface" will NOT failover to the other jboss instance. calling the create method on 
the "stale home interface" will generate a "service unavailable" remote exception. 

if i remove the caching mechanism everything works. but why doesnt cacheing of home 
interfaces work? 

cheers niklas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839576#3839576

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839576


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to