Return-Path: Delivered-To: apmail-openejb-users-archive@www.apache.org Received: (qmail 82663 invoked from network); 5 Aug 2008 19:31:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2008 19:31:31 -0000 Received: (qmail 52903 invoked by uid 500); 5 Aug 2008 19:31:30 -0000 Delivered-To: apmail-openejb-users-archive@openejb.apache.org Received: (qmail 52890 invoked by uid 500); 5 Aug 2008 19:31:30 -0000 Mailing-List: contact users-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openejb.apache.org Delivered-To: mailing list users@openejb.apache.org Received: (qmail 52879 invoked by uid 99); 5 Aug 2008 19:31:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 12:31:30 -0700 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 (athena.apache.org: domain of rmuthu22@gmail.com designates 64.233.178.244 as permitted sender) Received: from [64.233.178.244] (HELO hs-out-0708.google.com) (64.233.178.244) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 19:30:34 +0000 Received: by hs-out-0708.google.com with SMTP id h53so351897hsh.11 for ; Tue, 05 Aug 2008 12:30:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=iMg0ZTER0dZwdO7zH/lGJEYSdfPUCg6+NoJsCf/+Uk8=; b=oM/DsBtt2di5cSA2fSIEJB5JVZoouPb0lJ3E8CWs8q86ealhcryI+tcS0VI4igGxWu TndFNC5c3cqj80K0RBzlGJJXZMjiZbBU97HowffM0m2mteDqZ3qx8r9o5OE7JBWyG+D3 sPahC9c8rdrs3i9h/B1vLuRnx3e2PTj4J5Z58= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=piMdSUNbocbXMy4/79CFrBKmuOP6d3DlG9oWG9YlwPMGGBCFmB4NNO05SL6GEm+jCH iAx9n7YGSjIWHBwClD+NemCgbbhFBymy80T3/dGWplB4aJ8ClgFFAIY7FkHaiMV+Yzzq pn2sAFYXEelxwbisWElt6KX+hgXOxVgLFFa8g= Received: by 10.100.228.17 with SMTP id a17mr2052536anh.75.1217964643474; Tue, 05 Aug 2008 12:30:43 -0700 (PDT) Received: by 10.100.44.19 with HTTP; Tue, 5 Aug 2008 12:30:43 -0700 (PDT) Message-ID: Date: Tue, 5 Aug 2008 15:30:43 -0400 From: "rad muthu" To: users@openejb.apache.org Subject: Running the examples - newbie question MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13287_21089810.1217964643476" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_13287_21089810.1217964643476 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I am trying to run the examples. When I run mvn clean install I see it is downloading some of the jar from online. [INFO] Using default encoding to copy filtered resources. Downloading: http://people.apache.org/repo/m2-snapshot-repository//com/sun/xml/b ind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.pom Downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0.5/jaxb -impl-2.0.5.pom Downloading: http://people.apache.org/repo/m2-snapshot-repository//org/apache/ac tivemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom Downloading: http://repo1.maven.org/maven2/org/apache/activemq/activeio-core/3.0 .0-incubator/activeio-core-3.0.0-incubator.pom [INFO] [compiler:compile] But in the example output it is not shown. Is it needed?. How to avoid this? Thanks KR ------=_Part_13287_21089810.1217964643476--