Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 26530 invoked from network); 31 May 2010 10:31:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 May 2010 10:31:04 -0000 Received: (qmail 40062 invoked by uid 500); 31 May 2010 10:31:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 39888 invoked by uid 500); 31 May 2010 10:31:03 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 39750 invoked by uid 99); 31 May 2010 10:31:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 May 2010 10:31:03 +0000 X-ASF-Spam-Status: No, hits=-1481.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 May 2010 10:31:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4VAUgXV002953 for ; Mon, 31 May 2010 10:30:42 GMT Message-ID: <8534753.83241275301842280.JavaMail.jira@thor> Date: Mon, 31 May 2010 06:30:42 -0400 (EDT) From: "viola.lu (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5356) EJB Client can access a stopped EJB Node In-Reply-To: <27669237.81981275299917734.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] viola.lu updated GERONIMO-5356: ------------------------------- Attachment: EJBMulticast.zip > 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 > Attachments: EJBMulticast.zip > > > 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.