Return-Path: X-Original-To: apmail-geronimo-user-archive@www.apache.org Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B4C98B01 for ; Fri, 9 Sep 2011 12:49:29 +0000 (UTC) Received: (qmail 3232 invoked by uid 500); 9 Sep 2011 12:49:29 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 3045 invoked by uid 500); 9 Sep 2011 12:49:25 -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 2980 invoked by uid 99); 9 Sep 2011 12:49:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 12:49:22 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of ghetolay@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 12:49:17 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R20Vt-0005ZP-CJ for user@geronimo.apache.org; Fri, 09 Sep 2011 05:48:57 -0700 Date: Fri, 9 Sep 2011 05:48:57 -0700 (PDT) From: Ghetolay To: user@geronimo.apache.org Message-ID: <1315572537374-3322805.post@n3.nabble.com> In-Reply-To: <1315315310275-3313502.post@n3.nabble.com> References: <1315315310275-3313502.post@n3.nabble.com> Subject: Re: Geronimo 2.2 + Spring MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit So I found that geronimo include it's own spring librairies and it was using them when it load my application. Unfortunately, and I don't know why, Geronimo doesn't include the aopalliance depency wich is required by spring-aop. I still don't know why but Geronimo doesn't use my classpath to find that depency either. Anyway the only fix I found is to add org.springframework to my plan.xml as a hidden-class. This way geronimo load all the spring classes from my classpath and not it's own. Here is my final plan.xml : ... org.springframework .... -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Geronimo-2-2-Spring-tp3313502p3322805.html Sent from the Users mailing list archive at Nabble.com.