Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 42880 invoked from network); 24 Feb 2010 03:29:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2010 03:29:17 -0000 Received: (qmail 66613 invoked by uid 500); 24 Feb 2010 03:29:15 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 66285 invoked by uid 500); 24 Feb 2010 03:29:14 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 66275 invoked by uid 99); 24 Feb 2010 03:29:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 03:29:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 03:29:07 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Nk7va-000775-Nr for users@maven.apache.org; Tue, 23 Feb 2010 19:28:46 -0800 Message-ID: <27714081.post@talk.nabble.com> Date: Tue, 23 Feb 2010 19:28:46 -0800 (PST) From: Ajoo123 To: users@maven.apache.org Subject: How to resolve this javax.transaction:jta:jar:1.0.1B error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: asgardar@gmail.com Hi, I just started learning Mavin and Hibernate. When I comiple I get this exception: Below is the pom file Question: Where is the local repository created? If I download this jar where will I copy it? Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) javax.transaction:jta:jar:1.0.1B Try downloading the file manually from: http://java.sun.com/products/jta Then, install it using the command: mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.mycompany.app:HibernateMavinProj:jar:1.0-SNAPSHOT 2) org.hibernate:hibernate:jar:3.2.6.ga 3) javax.transaction:jta:jar:1.0.1B 4.0.0 com.mycompany.app HibernateMavinProj jar 1.0-SNAPSHOT HibernateMavinProj http://maven.apache.org maven-compiler-plugin 2.0.2 1.5 1.5 junit junit 3.8.1 test org.hibernate hibernate 3.2.6.ga org.hibernate hibernate-annotations 3.3.1.GA -- View this message in context: http://old.nabble.com/How-to-resolve-this--javax.transaction%3Ajta%3Ajar%3A1.0.1B-error-tp27714081p27714081.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org