Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 32975 invoked from network); 26 Jul 2006 16:00:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 16:00:49 -0000 Received: (qmail 89101 invoked by uid 500); 26 Jul 2006 16:00:38 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 89062 invoked by uid 500); 26 Jul 2006 16:00:38 -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 88901 invoked by uid 99); 26 Jul 2006 16:00:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 09:00:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 09:00:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6CD1B41000E for ; Wed, 26 Jul 2006 15:58:14 +0000 (GMT) Message-ID: <28371682.1153929494443.JavaMail.jira@brutus> Date: Wed, 26 Jul 2006 08:58:14 -0700 (PDT) From: "Kevan Miller (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-2199) Key portion of Geronimo-1145 appears have gotten lost. In-Reply-To: <18683149.1153141454184.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-2199?page=all ] Kevan Miller resolved GERONIMO-2199. ------------------------------------ Resolution: Fixed Thanks Rick. Patches applied. OpenEJB 2.1.1 (RC 2814) OpenEJB 2.2 (RC 2815) > Key portion of Geronimo-1145 appears have gotten lost. > ------------------------------------------------------ > > Key: GERONIMO-2199 > URL: http://issues.apache.org/jira/browse/GERONIMO-2199 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: OpenEJB > Affects Versions: 1.1 > Reporter: Rick McGuire > Assigned To: Kevan Miller > Priority: Minor > Fix For: 1.1.1, 1.2 > > Attachments: GERONIMO-2199.diff-1.1.1, GERONIMO-2199.diff-1.2 > > > A key piece of the patch for GERONIMO-1145 was left out when the patch was applied. The following change needs to be added: > - componentContext.put("ORB", Util.getORB()); > + componentContext.put("ORB", orb); > Without this change, the rest of the patch is meaningless. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira