EJB Client can access a stopped EJB Node
----------------------------------------

                 Key: GERONIMO-5356
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5356
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Clustering
    Affects Versions: 2.2.1
         Environment: OS: windows 2003 Sp2, winxp sp3
            Reporter: viola.lu
            Priority: Minor


1.Enable server ejb mutlicast, set MulticastEnabled=true of file 
var/config/config-substitutions.properties
2.Deploy attached slsb.jar with plan slsb.xml to server 1, server2
3.Deploy attached loadbeanwar.war to server 1.
4.Access [server1]:8080/load/Multicast, it displays
Run on single point server 1 : ejbd://9.123.237.141:4201
Add 1 + 2 = 3
Ping 
Sum 1 + 2 + 1 = 4
Run on single point server 2 : ejbd://9.123.233.112:4201
Add 1 + 2 = 3
Ping 
Sum 1 + 2 + 1 = 4
Run on multicast 3 : multicast://239.255.3.2:6142?group=cluster1
Add 1 + 2 = 3
Ping 
Sum 1 + 2 + 1 = 4
Run on mulicast 4 : 
failover:sticky:ejbd://9.123.233.112:4201,ejbd://9.123.237.141:4201
Add 1 + 2 = 3
Ping 
Sum 1 + 2 + 1 = 4
Run on mulicast 5 : 
failover:random:ejbd://9.123.233.112:4201,ejbd://9.123.237.141:4201
Add 1 + 2 = 3
Ping 
Sum 1 + 2 + 1 = 4
Run on mulicast 6 : 
failover:round-robin:ejbd://9.123.233.112:4201,ejbd://9.123.237.141:4201,multicast://239.255.3.2:6142
Add 1 + 2 = 3
Ping 
Sum 1 + 2 + 1 = 4

5.If i shutdown one server : 9.123.237.141, 
"Run on single point server 1 : ejbd://9.123.237.141:4201
Add 1 + 2 = 3
Ping 
Sum 1 + 2 + 1 = 4" this line still exist, seems no break, but in theory, if 
9.123.237.141 shutdown, apps cann't acess loadbean via ejbd://9.123.237.141


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to