Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 33298 invoked from network); 5 Dec 2007 21:58:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 21:58:43 -0000 Received: (qmail 60100 invoked by uid 500); 5 Dec 2007 21:51:52 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 60082 invoked by uid 500); 5 Dec 2007 21:51:51 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 60073 invoked by uid 99); 5 Dec 2007 21:51:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 13:51:51 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of esumerfd@gmail.com designates 64.233.162.236 as permitted sender) Received: from [64.233.162.236] (HELO nz-out-0506.google.com) (64.233.162.236) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 21:51:55 +0000 Received: by nz-out-0506.google.com with SMTP id o37so2849520nzf for ; Wed, 05 Dec 2007 13:51:34 -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:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=MfdbgemDzVTcrMcXWhJ1KL1ZRBaoJYN4oucD6kIdibE=; b=U1dQdspl0ZmyrB3AQq+A27dkx6RXRPPMk3x6GZ0yG8G6vthszasnkhZg3i1uYHhkxnOBuw5mld4Dopw60yXw6BEVaJCQqk2Qj6g0ReZb60tKaDvYt+M6OZ4+3jzEbwpczo8uhoLRv1TswkaklgoCHUde8BksxjyFV5wLaKZm7mc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=se/dXat0Pz0ZX+vi7g2PSlBWoDrdq6YS4MQLugZilBTgj080WoLPE+iMGgKr5sQ77sY52j1ZthFFITH8A2rXcj4lFCgv2s13fusfO+BYz6OMQj+0mkzKUoaGbPkjOSSq1A80YyAKgGyo9eRwo+AAV7Hys0LFke6I048+8pvFMPs= Received: by 10.142.127.10 with SMTP id z10mr1355947wfc.1196891493689; Wed, 05 Dec 2007 13:51:33 -0800 (PST) Received: by 10.70.54.4 with HTTP; Wed, 5 Dec 2007 13:51:33 -0800 (PST) Message-ID: <6a216ba20712051351i2599a803gffeae4d996fdfbc@mail.gmail.com> Date: Wed, 5 Dec 2007 16:51:33 -0500 From: "Edward Sumerfield" Reply-To: esumerfd@bitbashers.org Sender: esumerfd@gmail.com To: ivy-user@incubator.apache.org Subject: JBoss 4.2.2 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2556_22020108.1196891493615" X-Google-Sender-Auth: e68d6d6bf3cadb48 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2556_22020108.1196891493615 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I am using Ivy to generate the jar subsets necessary for a web and ejb install to JBoss. We are using JBoss 4.2.2.GA and I am trying to integrate Spring for Hibernate work. The problem: JBoss includes hibernate3 version 3.2.4.ap1 Spring version 2.0.7 is declared in Ivy/Maven as being dependent on 3.2.5.ga So, obviously I need to do some testing with these incompatible packages but what strategy should I use to declare the alternate dependency? -- Ed ------=_Part_2556_22020108.1196891493615--