Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14A70637A for ; Thu, 14 Jul 2011 01:27:50 +0000 (UTC) Received: (qmail 53191 invoked by uid 500); 14 Jul 2011 01:27:49 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 53138 invoked by uid 500); 14 Jul 2011 01:27:49 -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 53131 invoked by uid 99); 14 Jul 2011 01:27:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 01:27:48 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xhhsld@gmail.com designates 74.125.82.182 as permitted sender) Received: from [74.125.82.182] (HELO mail-wy0-f182.google.com) (74.125.82.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 01:27:42 +0000 Received: by wyg24 with SMTP id 24so697680wyg.13 for ; Wed, 13 Jul 2011 18:27:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UHC3q9ESTKKVjWQpJA3lbf7cTHNnXGgtgjcWvJ2Fphc=; b=ahSWNg7mbU0h0vclXBZnjfOWl6SJg8Dm6ekBXE8nvy9jizTHXxJqz4NLGze1Q7NDgq V/pi4bk/SjOhOAYqyQSlHKRoB09phpDbux8zEimSSSO0MTOThWQnV1tCujcdIUrBIBp9 KOn/9DbRc6YS8YYJXaROllvGwebmAEM5kcXLs= MIME-Version: 1.0 Received: by 10.216.197.96 with SMTP id s74mr1566101wen.21.1310606840012; Wed, 13 Jul 2011 18:27:20 -0700 (PDT) Received: by 10.216.30.198 with HTTP; Wed, 13 Jul 2011 18:27:19 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Jul 2011 09:27:19 +0800 Message-ID: Subject: Re: Only bind DataSource reference to openejb global tree ? From: Ivan To: dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=0016e6dd863c239e4004a7fd6ffe --0016e6dd863c239e4004a7fd6ffe Content-Type: text/plain; charset=ISO-8859-1 Go ahead to commit the changes to trunk at r1146536, now we should not see any warning while starting and stopping the server. 2011/7/13 Ivan > Hi, for solving the remote access to the data source reference, now all the > references in the global scope will be bind to the openejb global tree. > While it brought some issues, in > https://issues.apache.org/jira/browse/GERONIMO-6074, I committed some > changes to avoid bind the empty context. But while starting up the server, > we still see some name already bind exception, and seems that it is caused > some global ejb references are bind on the tree twice, one is in the > XBeanJndiFactory, anther is on the OpenEJB itself. I am thinking to only > bind the data source reference to the openejb tree, since this is only > request now. Before doing the changes, I would double check with it, and > just do not want to bring any regression issues :-) > thanks. > > -- > Ivan > -- Ivan --0016e6dd863c239e4004a7fd6ffe Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Go ahead to commit the changes to trunk at=A0r1146536, now we should not se= e any warning while starting and stopping the server.

2011/7/13 Ivan <xhhsld@gmail.com>
Hi, for solving the remote access to the dat= a source reference, now all the references in the global scope will be bind= to the openejb global tree. While it brought some issues, in=A0= https://issues.apache.org/jira/bro= wse/GERONIMO-6074, I committed some changes to avoid = bind the empty context. But while starting up the server, we still see some= name already bind exception, and seems that it is caused some global ejb r= eferences are bind on the tree twice, one is in the XBeanJndiFactory, anthe= r is on the OpenEJB itself. I am thinking to only bind the data source refe= rence to the openejb tree, since this is only request now. Before doing the= changes, I would double check with it, and just do not want to bring any r= egression issues :-)
t= hanks.

--
Ivan



--
Ivan
--0016e6dd863c239e4004a7fd6ffe--