Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 6778 invoked from network); 17 Jun 2006 15:29:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jun 2006 15:29:46 -0000 Received: (qmail 12552 invoked by uid 500); 17 Jun 2006 15:29:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 12510 invoked by uid 500); 17 Jun 2006 15:29:43 -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 12499 invoked by uid 99); 17 Jun 2006 15:29:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jun 2006 08:29:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stefan.arentz@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jun 2006 08:29:42 -0700 Received: by nf-out-0910.google.com with SMTP id c31so865868nfb for ; Sat, 17 Jun 2006 08:29:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ftHnE3+OKRPqwQTA1+KPPeBVdKTkr4ZE3edB+5H0AdAZM0W9F3U9eU5XUb6rWOa9Bwsw/Mwm8QUsz13QKIyTt8YlLxdIeK9dusdDqeHF/EdYqRhTklbZtG8x+wK6LIoSRZ3J+UUlasH5h4Nbdq0QQrOkeD/26JCIpC0MSlWTuaI= Received: by 10.49.75.11 with SMTP id c11mr3737128nfl; Sat, 17 Jun 2006 08:29:21 -0700 (PDT) Received: by 10.48.234.14 with HTTP; Sat, 17 Jun 2006 08:29:21 -0700 (PDT) Message-ID: Date: Sat, 17 Jun 2006 17:29:21 +0200 From: "Stefan Arentz" To: dev@geronimo.apache.org Subject: Re: Reloading GBeans during development In-Reply-To: <74e15baa0606170819r6cde1413g23750356cc6e661@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <74e15baa0606170819r6cde1413g23750356cc6e661@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/17/06, Aaron Mulder wrote: > I haven't seen this before. Perhaps it would help to do "mvn clean > package" instead of "mvn package" to make sure you always have the > latest code in your JAR? That is not going to make a difference, I know for sure that the jar is up to date. I checked that a couple of times already. I'll try to investigate the Geronimo side next time it happens. S.