Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 46107 invoked from network); 18 Mar 2009 05:29:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2009 05:29:14 -0000 Received: (qmail 92745 invoked by uid 500); 18 Mar 2009 05:29:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 92702 invoked by uid 500); 18 Mar 2009 05:29:13 -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 92693 invoked by uid 99); 18 Mar 2009 05:29:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 22:29:13 -0700 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; Wed, 18 Mar 2009 05:29:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7AFC7234C003 for ; Tue, 17 Mar 2009 22:28:50 -0700 (PDT) Message-ID: <529774438.1237354130489.JavaMail.jira@brutus> Date: Tue, 17 Mar 2009 22:28:50 -0700 (PDT) From: "Ivan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (YOKO-428) TransientNameService does not save the orb while using initialize method 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 TransientNameService does not save the orb while using initialize method ------------------------------------------------------------------------ Key: YOKO-428 URL: https://issues.apache.org/jira/browse/YOKO-428 Project: Yoko - CORBA Server Issue Type: Bug Security Level: public (Regular issues) Components: orb core Affects Versions: v1.0.0 Reporter: Ivan Priority: Minor While creating a TransientNameService, and intialize it using method initialize, it does not save the used orb to its inner variable createdORB, so while calling the destory method, the orb is not destroyed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.