Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 15384 invoked from network); 14 Mar 2007 21:26:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 21:26:17 -0000 Received: (qmail 36544 invoked by uid 500); 14 Mar 2007 20:59:40 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 36452 invoked by uid 99); 14 Mar 2007 20:59:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 13:59:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 13:59:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0B2DC714086 for ; Wed, 14 Mar 2007 13:59:10 -0700 (PDT) Message-ID: <3157629.1173905950043.JavaMail.jira@brutus> Date: Wed, 14 Mar 2007 13:59:10 -0700 (PDT) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-416) jdo2-api Maven2 POM is incorrect In-Reply-To: <30683638.1157132842272.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JDO-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480926 ] Craig Russell commented on JDO-416: ----------------------------------- The pom needs to be updated to reference the Geronimo javax.transaction jta jar version 1.1 instead of the Glassfish jar. > jdo2-api Maven2 POM is incorrect > -------------------------------- > > Key: JDO-416 > URL: https://issues.apache.org/jira/browse/JDO-416 > Project: JDO > Issue Type: Bug > Components: api2 > Affects Versions: JDO 2 final > Reporter: Matthew T. Adams > Assigned To: Craig Russell > Priority: Minor > Fix For: JDO 2 maintenance release 1 > > Attachments: jdo2-api-2.0.pom, jdo2-api-2.0.pom.md5, jdo2-api-2.0.pom.sha1 > > > The Maven2 central repo POM for artifact jdo2-api appears to be incorrect, and was apparently generated by the Apache infrastructure team. It needs to be corrected so that Maven2 users that also use the JDO 2.0 API can use the central maven repo to retrieve JDO & its dependencies. > The jdo2-api artifact has a dependency on JTA (specifically, on javax.transaction.Synchronization). It would be ideal for JTA to upload to the Maven2 repo a jar that the jdo2-api POM can reference, but it is unknown if or when that will happen -- perhaps as part of Glassfish's release of JTA 1.1. Another complicating factor is which versions of the JDK that JTA 1.0.1, 1.0.1B, 1.1, or other versions will support. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.