Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 43375 invoked from network); 11 Dec 2009 18:40:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Dec 2009 18:40:41 -0000 Received: (qmail 27540 invoked by uid 500); 11 Dec 2009 18:40:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27378 invoked by uid 500); 11 Dec 2009 18:40:40 -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 27357 invoked by uid 99); 11 Dec 2009 18:40:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 18:40:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 18:40:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2652E234C1E9 for ; Fri, 11 Dec 2009 10:40:18 -0800 (PST) Message-ID: <544403572.1260556818155.JavaMail.jira@brutus> Date: Fri, 11 Dec 2009 18:40:18 +0000 (UTC) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4984) EjbDaemonGBean can start multiple daemons MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org EjbDaemonGBean can start multiple daemons ----------------------------------------- Key: GERONIMO-4984 URL: https://issues.apache.org/jira/browse/GERONIMO-4984 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: OpenEJB, osgi Affects Versions: 3.0 Reporter: Jarek Gawor Assignee: Jarek Gawor The EjbDaemonGBean in geronimo-openejb module uses ServiceManager API to start the different OpenEJB services. The problem is that the ServiceManager can start multiple services but EjbDaemonGBean represents a single daemon (a single NetworkConnector gbean). There should be one NetworkConnector gbean created for each OpenEJB service started. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.