Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 48595 invoked from network); 11 Dec 2007 02:20:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 02:20:57 -0000 Received: (qmail 76828 invoked by uid 500); 11 Dec 2007 02:20:45 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 76781 invoked by uid 500); 11 Dec 2007 02:20:45 -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 76770 invoked by uid 99); 11 Dec 2007 02:20:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 18:20:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jgawor@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 02:20:24 +0000 Received: by wa-out-1112.google.com with SMTP id j4so3737432wah for ; Mon, 10 Dec 2007 18:20:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=PxwtM1zO5klIvM6qOMRkrwycn5BbYt7NwZbrwvb9cyw=; b=porn6oiko7ax30MW1OAhs4GSVoGNpDLQSaHw9qXpsNMtuN7aZkQ/FIMOgjDLLPHzJr6DAlkMihuIk+03fTY45v80/NUHoF/+B1SQgHPTBUQ5lUwo+QBiq5mUz5eRxgpJnVk2w6HoeHRgOcIFl738n5YjtbHZkP6lv+5GWmo5z24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Bor5C3SRi8KM3mSQpdbSTuVVVHgQ53ia+HKmJ6shzlolPerZYMKyvjL/B7KGyGzyjMfpQlWpWrlI3XSDWAn83k3xHr+A+HtptpnEU/z64zyXmrVqrgxdjMA9qwRzgMaLws02TfmYQWYM1AN0ETX9h8zzDyEm+RPzzZfMiAuMVcQ= Received: by 10.114.77.1 with SMTP id z1mr1298016waa.1197339627145; Mon, 10 Dec 2007 18:20:27 -0800 (PST) Received: by 10.114.150.10 with HTTP; Mon, 10 Dec 2007 18:20:27 -0800 (PST) Message-ID: <5eb405c70712101820v70ce4ef1xc6d73aea7a0e155@mail.gmail.com> Date: Mon, 10 Dec 2007 21:20:27 -0500 From: "Jarek Gawor" To: dev@geronimo.apache.org Subject: Re: Minimal server startup issue In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Thanks for fixing this David! Jarek On Dec 10, 2007 9:14 PM, David Jencks wrote: > Jarek found a startup ordering issue in the minimal servers that I > solved by explicitly specifying the property editor for the > defaultEnvironment attributes. Rev. 603109. > > thanks > david jencks > >