Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 21365 invoked from network); 15 Sep 2005 17:44:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2005 17:44:46 -0000 Received: (qmail 88897 invoked by uid 500); 15 Sep 2005 17:44:45 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 88875 invoked by uid 500); 15 Sep 2005 17:44:45 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 88864 invoked by uid 99); 15 Sep 2005 17:44:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2005 10:44:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ekoneil@bea.com designates 63.96.176.25 as permitted sender) Received: from [63.96.176.25] (HELO uslcmh01.bea.com) (63.96.176.25) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2005 10:44:55 -0700 Received: from [127.0.0.1] ([10.36.32.174]) by uslcmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j8FHibwB031276 for ; Thu, 15 Sep 2005 13:44:40 -0400 Message-ID: <4329B304.7060501@bea.com> Date: Thu, 15 Sep 2005 11:44:36 -0600 From: "Eddie O'Neil" User-Agent: Mozilla Thunderbird 1.0+ (Windows/20050712) MIME-Version: 1.0 To: Beehive Developers Subject: Re: [PATCH] BEEHIVE-931: Update EJB system control to no longer depend on XML beans for control assembly References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2005.9.15.16 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Chad-- That's great -- I'll take a look at this. Eddie Chad Schoettger wrote: > I have posted a patch for this issue, changes include: > > * Updated EjbControlAssembler to use a DOM tree to modify ejb-jar.xml or > web.xml instead of XMLBeans. > * Added a new DOMUtils helper class. > * Removed the ejb control's 'schema' directory. > > -Chad >