Return-Path: Delivered-To: apmail-repository-archive@www.apache.org Received: (qmail 76135 invoked from network); 23 Aug 2006 17:15:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 17:15:38 -0000 Received: (qmail 12192 invoked by uid 500); 23 Aug 2006 17:15:38 -0000 Delivered-To: apmail-repository-archive@apache.org Received: (qmail 12142 invoked by uid 500); 23 Aug 2006 17:15:37 -0000 Mailing-List: contact repository-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: repository@apache.org List-Id: Delivered-To: mailing list repository@apache.org Received: (qmail 12131 invoked by uid 99); 23 Aug 2006 17:15:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 10:15:37 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of steve.loughran@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 10:15:35 -0700 Received: by py-out-1112.google.com with SMTP id t32so341095pyc for ; Wed, 23 Aug 2006 10:15:14 -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=R4cg1H/b2qNTrJ/BJfDvlsuIooqaB5u9Ir0LBlMDpvbB7eg0JCy4pjI13NWZtug5xXwSDUp8E9jRHuo2I4c8P68H8epIVXAlW0j7U0KId302aTPqZYcUFhJyMAKCbrZZ3/R+wHUTUiCPaY1BviGyT/qh+xb9Wnp5myHSa3iyibE= Received: by 10.35.96.11 with SMTP id y11mr963442pyl; Wed, 23 Aug 2006 10:15:14 -0700 (PDT) Received: by 10.35.67.2 with HTTP; Wed, 23 Aug 2006 10:15:14 -0700 (PDT) Message-ID: Date: Wed, 23 Aug 2006 18:15:14 +0100 From: "Steve Loughran" To: repository@apache.org Subject: Re: which ejb. persistence In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 13/08/06, Steve Loughran wrote: > Theres the javax.persistence.persistence-api > > http://mvnrepository.com/artifact/javax.persistence/persistence-api/1.0 > > and then there's the javax/persistence/ejb/ package > > http://mvnrepository.com/artifact/javax.persistence/ejb > > How are these different? > I've been trying to do some more EJB stuff (yes, it *does* suck), and come to the conclusion that the repository around the EJB/j2ee artifacts are a complete mess.