Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 39248 invoked from network); 21 Sep 2007 15:10:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Sep 2007 15:10:54 -0000 Received: (qmail 19970 invoked by uid 500); 21 Sep 2007 15:10:39 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 19613 invoked by uid 500); 21 Sep 2007 15:10:38 -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 19602 invoked by uid 99); 21 Sep 2007 15:10:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2007 08:10:38 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.29.147.197] (HELO mail127c25.carrierzone.com) (64.29.147.197) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2007 15:10:35 +0000 X-POP-User: denis.bessmertniy.consumerhealthtech.com Received: from dt18 (77-91-152-250.client.telesystems.ua [77.91.152.250] (may be forged)) by mail127c25.carrierzone.com (8.13.6.20060614/8.13.1) with ESMTP id l8LFAAOW010598 for ; Fri, 21 Sep 2007 15:10:12 GMT Message-Id: <200709211510.l8LFAAOW010598@mail127c25.carrierzone.com> From: "Denis Bessmertniy" To: "'Maven Users List'" Subject: RE: ejb-client problem Date: Fri, 21 Sep 2007 18:09:17 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <46F3DA2D.8040603@udo.edu> Thread-Index: Acf8Xr60/opROsCPSQWH1zRYE4zeBAAAneYg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org That is good, but maybe somebody will help me, because I don't have my client jar in application.xml. -----Original Message----- From: Tim Kettler [mailto:tim.kettler@udo.edu] Sent: Friday, September 21, 2007 5:50 PM To: Maven Users List Subject: Re: ejb-client problem Denis Bessmertniy schrieb: > Sorry, my last letter was with wrong topic name This wouldn't have happened if you would just create new threads for your questions instead of hijacking existing threads. Now there are messages which are irrelevant to the original question - which has yet to be answered. > > Hi folks, > > I building J2EE application with maven and now I encounter with problem: > Here is the dependency part of my pom from project where I consturct EAR > file > > > com.mhf > mhfEJBModuleClient > 1.0 > ejb-client > Shouldn't this be: com.mhf mhfEJBModule 1.0 ejb-client Or isn't your ejb-client artifact autogenerated by the ejb-plugin? -Tim > > com.mhf > mhfEJBModule > 1.0 > ejb > > > com.mhf > mhfWebModule > 1.0 > war > > > > All is ok, but when I use ejb-client for first dependency, it > tells me > > Missing: > ---------- > 1) com.mhf:mhfEJBModuleClient:ejb-client:client:1.0 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.mhf > -DartifactId=mhfEJBModuleClient \ > -Dversion=1.0 -Dclassifier=client -Dpackaging=ejb-client > -Dfile=/path/to/file Alternatively, if you host your own repository you can > deploy the file > there: mvn deploy:deploy-file -DgroupId=co > .mhf -DartifactId=mhfEJBModuleClient \ > -Dversion=1.0 -Dclassifier=client -Dpackaging=ejb-client > -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) com.mhf:mhfApplication:ear:1.0 > 2) com.mhf:mhfEJBModuleClient:ejb-client:client:1.0 > > ---------- > 1 required artifact is missing. > > for artifact: > com.mhf:mhfApplication:ear:1.0 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > > > But when I don't have ejb-client, all is ok and this jars just > copies to lib dir in my EAR. > But I need to have the link to this jar in generated application.xml, and I > don't have it. > > Where is the dog? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org