Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 8499 invoked from network); 21 Oct 2010 04:20:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Oct 2010 04:20:31 -0000 Received: (qmail 42640 invoked by uid 500); 21 Oct 2010 04:20:31 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 42383 invoked by uid 500); 21 Oct 2010 04:20:29 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 42376 invoked by uid 99); 21 Oct 2010 04:20:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 04:20:28 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 74.125.83.54 as permitted sender) Received: from [74.125.83.54] (HELO mail-gw0-f54.google.com) (74.125.83.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 04:20:20 +0000 Received: by gwb20 with SMTP id 20so2536685gwb.13 for ; Wed, 20 Oct 2010 21:19:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=whu1whKi8r8A9r8FfPkLCybUMCK8U1+HF94ZPqVAbxo=; b=bpaCekA4pVx6Q1AtHHA5p9/K2iUXGrD0Ej0JsKRu8FA/7GkWW5RiT2QV7gpLKbn5Y9 C1z1XDXGrrYRthPTuDdjfQC+TPtctyYIb3OpjRiq69sk5eUVH4kNjOXrdlwQ1OsEbtlh gMH8zDdC+RX6jZ9zt2kgDE6iGenFGQuCdp+mQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=W6n6RlhiC6twVbDPlX6WHV8OPuIQAN8gF6n8yqvS/mEPnVZUHl63mfb7aSAfX/OvP1 568pxcb953fXnehY9fpQv1sytmE8f7YCcRV2Y1IhIE0pqW3WeEBLsDCjjJXGss/Rcm51 dqtbwpsFmpg4o6FfFCVOyGCfmrJQLgHsoUyFg= Received: by 10.100.31.9 with SMTP id e9mr376211ane.162.1287634797965; Wed, 20 Oct 2010 21:19:57 -0700 (PDT) Received: from [10.0.1.200] (cpe-075-189-199-238.nc.res.rr.com [75.189.199.238]) by mx.google.com with ESMTPS id w3sm1213746anw.5.2010.10.20.21.19.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Oct 2010 21:19:56 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Atomic Integer missing when deploying Grails 1.3.4 application to Geronimo 2.2 From: Kevan Miller In-Reply-To: Date: Thu, 21 Oct 2010 00:19:51 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1081) On Oct 19, 2010, at 12:57 AM, Jarek Gawor wrote: > See if adding another filter for org.codehaus.groovy package to > geronimo-web.xml helps: >=20 > org.codehaus.groovy Scott,=20 Have you had a chance to try Jarek's suggestion? I'd say there's a = decent chance it will fix your problem. If you can't point us to a = grails application to test with, I'd think somebody would take a look. = Would be interested to run against Geronimo trunk, also. >=20 > Jarek >=20 > On Mon, Oct 18, 2010 at 5:06 PM, Scott Ryan = wrote: >>=20 >> Do I have a mismatch in the server I am trying to use since groovy = has been >> upgraded in grails recently? That's what I would assume. Geronimo 2.2 is embeds Groovy 1.5.6. --kevan=